WritingEntryArgs.Entry Property

Gets the entry.

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

Syntax

'Declaration
Public Property Entry As ODataEntry 
    Get 
    Private Set
'Usage
Dim instance As WritingEntryArgs 
Dim value As ODataEntry 

value = instance.Entry
public ODataEntry Entry { get; private set; }
public:
property ODataEntry^ Entry {
    ODataEntry^ get ();
    private: void set (ODataEntry^ value);
}
member Entry : ODataEntry with get, private set
function get Entry () : ODataEntry 
private function set Entry (value : ODataEntry)

Property Value

Type: Microsoft.Data.OData.ODataEntry
The entry.

See Also

Reference

WritingEntryArgs Class

System.Data.Services.Client Namespace