ConfigurationAttributeSchema.Name Property

Definition

Gets the name of the attribute.

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 attribute.

Remarks

The name of the attribute schema is the unique name of the metadata. For example, in the following configuration element, physicalPath is the metadata name of the attribute that is used to collect the value "%SystemDrive%\inetpub\wwwroot".

<virtualDirectory path="/"   
                  physicalPath="%SystemDrive%\Inetpub\wwwroot"/>  

Applies to