protected abstract ILocalizationService Service { get; }
Protected MustOverride ReadOnly Property Service As ILocalizationService
Get
protected:
virtual property ILocalizationService^ Service {
ILocalizationService^ get () abstract;
}
abstract Service : ILocalizationService with get