AdministrationModuleProvider.Name Property

Definition

Gets the name of the administration module provider.

public:
 property System::String ^ Name { System::String ^ get(); };
public string Name { get; }
member this.Name : string
Public ReadOnly Property Name As String

Property Value

The name of the AdministrationModuleProvider object.

Remarks

This property gets the name of the AdministrationModuleProvider object from the <moduleProviders> section of the Administration.config file.

Applies to