ModuleProvider.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.
When overridden in a derived class, gets the type of the module service that is associated with the module provider.
public:
abstract property Type ^ ServiceType { Type ^ get(); };
public abstract Type ServiceType { get; }
member this.ServiceType : Type
Public MustOverride ReadOnly Property ServiceType As Type
Property Value
The Type of the module service that is associated with the module provider.
Remarks
If the module does not need any server-side logic, you can return null
.