EntityChangedParams.PropertyName-Eigenschaft
Der Name der Eigenschaft auf dem Entitätsobjekt, das auf das Zielobjekt 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 EntityChangedParams
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 geänderten Eigenschaft.