Share via


ConfigurationAttributeSchema.Name 屬性

定義

取得此屬性的名稱。

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

屬性值

屬性的名稱。

備註

屬性架構的名稱是中繼資料的唯一名稱。 例如,在下列組態專案中, physicalPath 是用來收集值 「%SystemDrive%\inetpub\wwwroot」 的屬性中繼資料名稱。

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

適用於