This topic has not yet been rated - Rate this topic

Name Property

IIS 7.0

Gets the name of the module provider.

Namespace:  Microsoft.Web.Management.Server
Assembly:  Microsoft.Web.Management (in Microsoft.Web.Management.dll)
public string Name { get; }

Property Value

Type: System..::..String
The name of the module provider.

The name is assigned by using the Initialize method.

The following example includes the Name property value in tracing output.

Trace.WriteLine("ModuleProvider.Name = " + this.Name);


Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.