ModuleProvider.ServiceType Property

Definition

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.

Applies to