共用方式為


AuthorizedType.TypeName 屬性

定義

取得或設定由這個執行個體所表示之型別的名稱。

public:
 property System::String ^ TypeName { System::String ^ get(); void set(System::String ^ value); };
public string TypeName { get; set; }
member this.TypeName : string with get, set
Public Property TypeName As String

屬性值

由這個執行個體所表示之 Type 的名稱。

適用於