SyndicationCategory.Scheme Property

Definition

Gets or sets the scheme of the category. This property represents the scheme attribute on atom:category or the domain attribute on the category element in RSS 2.0.

public:
 property Platform::String ^ Scheme { Platform::String ^ get(); void set(Platform::String ^ value); };
winrt::hstring Scheme();

void Scheme(winrt::hstring value);
public string Scheme { get; set; }
var string = syndicationCategory.scheme;
syndicationCategory.scheme = string;
Public Property Scheme As String

Property Value

String

Platform::String

winrt::hstring

The scheme attribute on atom:category or the domain attribute on the category element in RSS 2.0.

Applies to