Compartir a través de


ODataStreamReferenceValue.ContentType Propiedad

Obtiene o establece el tipo de medios de contenido.

Espacio de nombres:  Microsoft.Data.OData
Ensamblado:  Microsoft.Data.OData (en Microsoft.Data.OData.dll)

Sintaxis

'Declaración
Public Property ContentType As String
    Get
    Set
'Uso
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)

Valor de la propiedad

Tipo: System.String
El tipo de medios de contenido.

Vea también

Referencia

ODataStreamReferenceValue Clase

Espacio de nombres Microsoft.Data.OData