EntityChangedParams.PropertyName Property

The name of the property on the entity object that references the target object.

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

Property Value

Type: System.String
The name of the changed property.

See Also

Reference

EntityChangedParams Class

System.Data.Services.Client Namespace