ODataEntry.Id Property

Gets or sets the Entry identifier.

Namespace:  Microsoft.Data.OData
Assembly:  Microsoft.Data.OData (in Microsoft.Data.OData.dll)

Syntax

'Declaration
Public Property Id As String 
    Get 
    Set
'Usage
Dim instance As ODataEntry 
Dim value As String 

value = instance.Id

instance.Id = value
public string Id { get; set; }
public:
property String^ Id {
    String^ get ();
    void set (String^ value);
}
member Id : string with get, set
function get Id () : String 
function set Id (value : String)

Property Value

Type: System.String
The Entry identifier.

See Also

Reference

ODataEntry Class

Microsoft.Data.OData Namespace