SyndicationCategory.Term 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 a string that identifies the category. This property represents the required term attribute on atom:category or the text content of the category element in RSS 2.0.
public:
property Platform::String ^ Term { Platform::String ^ get(); void set(Platform::String ^ value); };
winrt::hstring Term();
void Term(winrt::hstring value);
public string Term { get; set; }
var string = syndicationCategory.term;
syndicationCategory.term = string;
Public Property Term As String
Property Value
The required term attribute on atom:category or the text content of the category element in RSS 2.0.