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 entity object that has changed.
Namespace: System.Data.Services.Client
Assembly: Microsoft.Data.Services.Client (in Microsoft.Data.Services.Client.dll)
Syntax
'Declaration
Public ReadOnly Property Entity As Object
Get
'Usage
Dim instance As EntityChangedParams
Dim value As Object
value = instance.Entity
public Object Entity { get; }
public:
property Object^ Entity {
Object^ get ();
}
member Entity : Object
function get Entity () : Object
Property Value
Type: System.Object
The changed object.