OwningComponentBase<TService>.Service Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the TService
that is associated with this component.
protected:
property TService Service { TService get(); };
protected TService Service { get; }
member this.Service : 'Service
Protected ReadOnly Property Service As TService
Property Value
TService