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

Property Value

String

Platform::String

winrt::hstring

The namespace of the element.

Implements

Applies to