Partager via


Propriété ODataStreamReferenceValue.ReadLink

Obtient ou définit le lien Read de la ressource multimédia.

Espace de noms :  Microsoft.Data.OData
Assembly :  Microsoft.Data.OData (en Microsoft.Data.OData.dll)

Syntaxe

'Déclaration
Public Property ReadLink As Uri
    Get
    Set
'Utilisation
Dim instance As ODataStreamReferenceValue
Dim value As Uri

value = instance.ReadLink

instance.ReadLink = value
public Uri ReadLink { get; set; }
public:
property Uri^ ReadLink {
    Uri^ get ();
    void set (Uri^ value);
}
member ReadLink : Uri with get, set
function get ReadLink () : Uri
function set ReadLink (value : Uri)

Valeur de propriété

Type : System.Uri
Lien de lecture pour la ressource multimédia.

Voir aussi

Référence

ODataStreamReferenceValue Classe

Espace de noms Microsoft.Data.OData