Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.