Partilhar via


ReadingWritingEntityEventArgs.Entity Property

Gets the object representation of data returned from the Data property.

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 ReadingWritingEntityEventArgs 
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
Object representation of the Data property.

Remarks

This object is populated for both incoming and outgoing entities.

See Also

Reference

ReadingWritingEntityEventArgs Class

System.Data.Services.Client Namespace