共用方式為


DeclaredTypeElement.Type 屬性

定義

取得或設定需要已知型別集合的已宣告型別名稱。

此 API 支援此產品基礎結構,但無法直接用於程式碼之中。

public:
 property System::String ^ Type { System::String ^ get(); void set(System::String ^ value); };
[System.Configuration.ConfigurationProperty("type", DefaultValue="", Options=System.Configuration.ConfigurationPropertyOptions.IsKey)]
public string Type { get; set; }
[<System.Configuration.ConfigurationProperty("type", DefaultValue="", Options=System.Configuration.ConfigurationPropertyOptions.IsKey)>]
member this.Type : string with get, set
Public Property Type As String

屬性值

宣告之型別的名稱。

屬性

適用於