ExpressionBinding.PropertyName プロパティ

定義

式が適用されるオブジェクトのプロパティ名を示す文字列。

この API は製品インフラストラクチャをサポートします。コードから直接使用するものではありません。

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

プロパティ値

String

式が適用されるオブジェクトのプロパティ名を表す値。

適用対象