Partager via


Propriété ODataStreamReferenceValue.ContentType

Obtient ou définit le type de média du contenu.

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

Syntaxe

'Déclaration
Public Property ContentType As String
    Get
    Set
'Utilisation
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)

Valeur de propriété

Type : System.String
Type de média du contenu.

Voir aussi

Référence

ODataStreamReferenceValue Classe

Espace de noms Microsoft.Data.OData