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.
Gets the entity that contains the update data.
Namespace: System.Data.Services.Client
Assembly: Microsoft.Data.Services.Client (in Microsoft.Data.Services.Client.dll)
Syntax
'Declaration
Public Property Entity As Object
Get
Friend Set
'Usage
Dim instance As EntityDescriptor
Dim value As Object
value = instance.Entity
public Object Entity { get; internal set; }
public:
property Object^ Entity {
Object^ get ();
internal: void set (Object^ value);
}
member Entity : Object with get, internal set
function get Entity () : Object
internal function set Entity (value : Object)
Property Value
Type: System.Object
An object that contains update data.