Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
Gets or sets the URI that is the navigation property representation of the link.
Namespace: System.Data.Services.Client
Assembly: Microsoft.Data.Services.Client (in Microsoft.Data.Services.Client.dll)
Syntax
'Declaration
Public Property NavigationLink As Uri
Get
Friend Set
'Usage
Dim instance As LinkInfo
Dim value As Uri
value = instance.NavigationLink
public Uri NavigationLink { get; internal set; }
public:
property Uri^ NavigationLink {
Uri^ get ();
internal: void set (Uri^ value);
}
member NavigationLink : Uri with get, internal set
function get NavigationLink () : Uri
internal function set NavigationLink (value : Uri)
Property Value
Type: System.Uri
The navigation link URI.