DataServiceStreamLink.ContentType Property

Gets or sets the MIME Content-Type of the binary resource stream.

Namespace:  System.Data.Services.Client
Assembly:  Microsoft.Data.Services.Client (in Microsoft.Data.Services.Client.dll)

Syntax

'Declaration
Public Property ContentType As String 
    Get 
    Friend Set
'Usage
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)

Property Value

Type: System.String
The Content-Type value for the stream.

See Also

Reference

DataServiceStreamLink Class

System.Data.Services.Client Namespace