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.
Gets or sets the edit link for media resource.
Namespace: Microsoft.Data.OData
Assembly: Microsoft.Data.OData (in Microsoft.Data.OData.dll)
Syntax
'Declaration
Public Property EditLink As Uri
Get
Set
'Usage
Dim instance As ODataStreamReferenceValue
Dim value As Uri
value = instance.EditLink
instance.EditLink = value
public Uri EditLink { get; set; }
public:
property Uri^ EditLink {
Uri^ get ();
void set (Uri^ value);
}
member EditLink : Uri with get, set
function get EditLink () : Uri
function set EditLink (value : Uri)
Property Value
Type: System.Uri
The edit link for media resource.