ResourceCollection.NodeNamespace Property

Definition

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 = resourceCollection.nodeNamespace;
resourceCollection.nodeNamespace = string;
Public Property NodeNamespace As String

Property Value

String

Platform::String

winrt::hstring

The namespace name.

Implements

Applies to