IContentTypeProvider.ContentType Property

Definition

Gets the format of the data.

public:
 property Platform::String ^ ContentType { Platform::String ^ get(); };
winrt::hstring ContentType();
public string ContentType { get; }
var string = iContentTypeProvider.contentType;
Public ReadOnly Property ContentType As String

Property Value

String

Platform::String

winrt::hstring

The identifier for the format of the data.

Applies to