Condividi tramite


Proprietà ODataStreamReferenceValue.ReadLink

Ottiene o imposta il collegamento di lettura per la risorsa multimediale.

Spazio dei nomi  Microsoft.Data.OData
Assembly:  Microsoft.Data.OData (in Microsoft.Data.OData.dll)

Sintassi

'Dichiarazione
Public Property ReadLink As Uri
    Get
    Set
'Utilizzo
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)

Valore proprietà

Tipo: System.Uri
Collegamento di lettura per la risorsa multimediale.

Vedere anche

Riferimento

ODataStreamReferenceValue Classe

Spazio dei nomi Microsoft.Data.OData