Not
Åtkomst till denna sida kräver auktorisation. Du kan prova att logga in eller byta katalog.
Åtkomst till denna sida kräver auktorisation. Du kan prova att byta katalog.
Gets or sets the link used to edit the entry.
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 ODataEntry
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 link used to edit the entry.