Propriété DataServiceStreamLink.SelfLink
URI qui renvoie le flux de ressources binaires.
Espace de noms : System.Data.Services.Client
Assembly : Microsoft.Data.Services.Client (en Microsoft.Data.Services.Client.dll)
Syntaxe
'Déclaration
Public Property SelfLink As Uri
Get
Friend Set
'Utilisation
Dim instance As DataServiceStreamLink
Dim value As Uri
value = instance.SelfLink
public Uri SelfLink { get; internal set; }
public:
property Uri^ SelfLink {
Uri^ get ();
internal: void set (Uri^ value);
}
member SelfLink : Uri with get, internal set
function get SelfLink () : Uri
internal function set SelfLink (value : Uri)
Valeur de propriété
Type : System.Uri
URI du flux.