ModuleProvider.FriendlyName Property

Definition

Gets the friendly name of the module provider.

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

Property Value

The friendly name of the module provider.

Examples

The following example shows the use of the FriendlyName property.

Trace.WriteLine("FriendlyName = \"" + FriendlyName + "\"");

Remarks

The friendly name is assigned by using the Initialize method. The name is displayed on delegation pages that derive from the SimpleDelegatedModuleProvider and ConfigurationModuleProvider classes.

Applies to