IIndexableContent.StreamContentType Property

Definition

Specifies the type of content in the Stream.

public:
 property Platform::String ^ StreamContentType { Platform::String ^ get(); void set(Platform::String ^ value); };
winrt::hstring StreamContentType();

void StreamContentType(winrt::hstring value);
public string StreamContentType { get; set; }
var string = iIndexableContent.streamContentType;
iIndexableContent.streamContentType = string;
Public Property StreamContentType As String

Property Value

String

Platform::String

winrt::hstring

The content type, like StorageFile.ContentType.

Applies to

See also