ServiceModuleProvider.ServiceType 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 type of the module service that is associated with the service module provider.
public:
virtual property Type ^ ServiceType { Type ^ get(); };
public override Type ServiceType { get; }
member this.ServiceType : Type
Public Overrides ReadOnly Property ServiceType As Type
Property Value
null
in all cases.