SyndicationCategory.Term Property

Definition

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

String

Platform::String

winrt::hstring

The required term attribute on atom:category or the text content of the category element in RSS 2.0.

Applies to