ModuleProvider.FriendlyName 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.
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.