IStreamableFieldDescriptor.HasMimeType Property
Informs whether or not a MimeType is defined.
Namespace: Microsoft.BusinessData.Runtime
Assembly: Microsoft.BusinessData (in Microsoft.BusinessData.dll)
Syntax
'Declaration
ReadOnly Property HasMimeType As Boolean
Get
'Usage
Dim instance As IStreamableFieldDescriptor
Dim value As Boolean
value = instance.HasMimeType
bool HasMimeType { get; }
Property Value
Type: System.Boolean
true if defined; otherwise, false.
Remarks
MimeType is defined as a metadata property on the StreamAccesor method instance.
See Also
Reference
IStreamableFieldDescriptor Interface