BinaryData.MediaType Property   
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the The MIME type of this data, for example, Octet.
public:
 property System::String ^ MediaType { System::String ^ get(); };public string? MediaType { get; }member this.MediaType : stringPublic ReadOnly Property MediaType As String