Share via


EntitySelfLinks.IdLink Property

 

A string that uniquely identifies the resource.

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

Syntax

public Uri IdLink {
    [CompilerGeneratedAttribute]
    get;
    [CompilerGeneratedAttribute]
    set;
}
public:
property Uri^ IdLink {
    [CompilerGeneratedAttribute]
    Uri^ get();
    [CompilerGeneratedAttribute]
    void set(Uri^ value);
}
member IdLink : Uri with get, set
Public Property IdLink As Uri

Property Value

Type: System.Uri

See Also

EntitySelfLinks Class
System.Web.OData.Formatter.Serialization Namespace

Return to top