CngProperty.Name プロパティ

定義

現在の CngProperty オブジェクトが指定しているプロパティ名を取得します。

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

プロパティ値

現在の CngProperty オブジェクトに設定されているプロパティ名。

適用対象