ISyndicationText.Type 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 or sets the type of the content.
public:
property Platform::String ^ Type { Platform::String ^ get(); void set(Platform::String ^ value); };
winrt::hstring Type();
void Type(winrt::hstring value);
public string Type { get; set; }
var string = iSyndicationText.type;
iSyndicationText.type = string;
Public Property Type As String
Property Value
This value can be "text", "html", "xhtml" or other media types.