EntityChangedParams.PropertyValue Property

The object that is currently referenced by the changed property on the entity object.

Namespace:  System.Data.Services.Client
Assembly:  Microsoft.Data.Services.Client (in Microsoft.Data.Services.Client.dll)

Syntax

'Declaration
Public ReadOnly Property PropertyValue As Object 
    Get
'Usage
Dim instance As EntityChangedParams 
Dim value As Object 

value = instance.PropertyValue
public Object PropertyValue { get; }
public:
property Object^ PropertyValue {
    Object^ get ();
}
member PropertyValue : Object
function get PropertyValue () : Object

Property Value

Type: System.Object
The current value that references a target entity.

See Also

Reference

EntityChangedParams Class

System.Data.Services.Client Namespace