次の方法で共有


EntityCollectionChangedParams.PropertyName プロパティ

変更されたコレクションを参照するソース オブジェクトのナビゲーション プロパティ。

名前空間:  System.Data.Services.Client
アセンブリ:  Microsoft.Data.Services.Client (Microsoft.Data.Services.Client.dll)

構文

'宣言
Public ReadOnly Property PropertyName As String
    Get
'使用
Dim instance As EntityCollectionChangedParams
Dim value As String

value = instance.PropertyName
public string PropertyName { get; }
public:
property String^ PropertyName {
    String^ get ();
}
member PropertyName : string
function get PropertyName () : String

プロパティ値

型: System.String
ナビゲーション プロパティ名。

関連項目

参照

EntityCollectionChangedParams クラス

System.Data.Services.Client 名前空間