Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
public string IdLink {
    [CompilerGeneratedAttribute]
    get;
    [CompilerGeneratedAttribute]
    set;
}
public:
property String^ IdLink {
    [CompilerGeneratedAttribute]
    String^ get();
    [CompilerGeneratedAttribute]
    void set(String^ value);
}
member IdLink : string with get, set
Public Property IdLink As String
Property Value
Type: System.String
See Also
EntitySelfLinks Class
System.Web.Http.OData.Formatter.Serialization Namespace
Return to top