TimedMetadataEncodingProperties.Subtype 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 a string specifying the format subtype of the typed metadata.
public:
property Platform::String ^ Subtype { Platform::String ^ get(); void set(Platform::String ^ value); };
winrt::hstring Subtype();
void Subtype(winrt::hstring value);
public string Subtype { get; set; }
var string = timedMetadataEncodingProperties.subtype;
timedMetadataEncodingProperties.subtype = string;
Public Property Subtype As String
Property Value
A string specifying the format subtype of the typed metadata.