Condividi tramite


Proprietà ODataStreamReferenceValue.ContentType

Ottiene o imposta il tipo di supporto del contenuto.

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

Sintassi

'Dichiarazione
Public Property ContentType As String
    Get
    Set
'Utilizzo
Dim instance As ODataStreamReferenceValue
Dim value As String

value = instance.ContentType

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

Valore proprietà

Tipo: System.String
Tipo di supporto del contenuto.

Vedere anche

Riferimento

ODataStreamReferenceValue Classe

Spazio dei nomi Microsoft.Data.OData