SyndicationCategory.NodeNamespace 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 namespace of the element.
public:
property Platform::String ^ NodeNamespace { Platform::String ^ get(); void set(Platform::String ^ value); };
winrt::hstring NodeNamespace();
void NodeNamespace(winrt::hstring value);
public string NodeNamespace { get; set; }
var string = syndicationCategory.nodeNamespace;
syndicationCategory.nodeNamespace = string;
Public Property NodeNamespace As String
Property Value
The namespace of the element.