EntityCollectionChangedParams.PropertyName-Eigenschaft
Die Navigationseigenschaft auf dem Quellobjekt, das auf die veränderte Auflistung verweist.
Namespace: System.Data.Services.Client
Assembly: Microsoft.Data.Services.Client (in Microsoft.Data.Services.Client.dll)
Syntax
'Declaration
Public ReadOnly Property PropertyName As String
Get
'Usage
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
Eigenschaftswert
Typ: System.String
Der Name der Navigationseigenschaft.