| BlobRequestContentType Property |
Mime content type.
Namespace: Quickblox.Sdk.Modules.ContentModule.ModelsAssembly: Quickblox.Sdk.Xamarin (in Quickblox.Sdk.Xamarin.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic string ContentType { get; set; }Public Property ContentType As String
Get
Set
public:
property String^ ContentType {
String^ get ();
void set (String^ value);
}member ContentType : string with get, set
Property Value
Type:
String
See Also