ResourceProperty.MimeType Property

Gets or sets MIME type for the property.

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

Syntax

'Declaration
Public Property MimeType As String 
    Get 
    Set
'Usage
Dim instance As ResourceProperty 
Dim value As String 

value = instance.MimeType

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

Property Value

Type: System.String
String value that indicates MIME type.

Remarks

Null MIME type is not specified.

See Also

Reference

ResourceProperty Class

System.Data.Services.Providers Namespace