Share via


EntitySelfLinks.IdLink Property

A string that uniquely identifies the resource.

Namespace:  System.Web.Http.OData.Formatter.Serialization
Assembly:  System.Web.Http.OData (in System.Web.Http.OData.dll)

Syntax

'Declaration
Public Property IdLink As String 
    Get 
    Set
'Usage
Dim instance As EntitySelfLinks 
Dim value As String 

value = instance.IdLink

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

Property Value

Type: System.String

See Also

Reference

EntitySelfLinks Class

System.Web.Http.OData.Formatter.Serialization Namespace