IStreamableFieldDescriptor.MimeType Property
Gets a description of the contents of the stream.
Namespace: Microsoft.BusinessData.Runtime
Assembly: Microsoft.BusinessData (in Microsoft.BusinessData.dll)
Syntax
'Declaration
ReadOnly Property MimeType As String
Get
'Usage
Dim instance As IStreamableFieldDescriptor
Dim value As String
value = instance.MimeType
string MimeType { get; }
Property Value
Type: System.String
Description of the contents of the stream.
Remarks
MimeType is defined as a metadata property on the StreamAccesor method instance.
See Also
Reference
IStreamableFieldDescriptor Interface