Partager via


Propriété DataServiceStreamLink.ContentType

Obtient ou définit le type de contenu MIME du flux de ressources binaires.

Espace de noms :  System.Data.Services.Client
Assembly :  Microsoft.Data.Services.Client (en Microsoft.Data.Services.Client.dll)

Syntaxe

'Déclaration
Public Property ContentType As String
    Get
    Friend Set
'Utilisation
Dim instance As DataServiceStreamLink
Dim value As String

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

Valeur de propriété

Type : System.String
Valeur Content-Type du flux.

Voir aussi

Référence

DataServiceStreamLink Classe

Espace de noms System.Data.Services.Client