ObjectFileMediaType Property |
For media files, contains the Media Type as per the IANA registry (formerly known as the MIME Type). null for non-media files.
Namespace:
Aloe.EnterpriseOne.Model.Systems.Core
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic string MediaType { get; set; }
Public Property MediaType As String
Get
Set
public:
property String^ MediaType {
String^ get ();
void set (String^ value);
}
member MediaType : string with get, set
Property Value
Type:
String
See Also