SyndicationCategory.Scheme 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 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
The scheme attribute on atom:category or the domain attribute on the category element in RSS 2.0.