IIndexableContent.StreamContentType 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.
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
The content type, like StorageFile.ContentType.