Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the type of the provider.
Namespace: Microsoft.WindowsServerSolutions.Common.ProviderFramework
Assembly: ProviderFramework (in ProviderFramework.dll)
Syntax
public Type ProviderType { get; }
public:
property Type^ ProviderType {
Type^ get();
}
Public ReadOnly Property ProviderType As Type
Property Value
Type: System.Type
An instance of Type.
See Also
ProviderHost Class
Microsoft.WindowsServerSolutions.Common.ProviderFramework Namespace
Return to top