Share via


ServiceDocument.NodeNamespace Propiedad

Definición

Obtiene o establece el espacio de nombres del elemento.

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

Valor de propiedad

String

Platform::String

winrt::hstring

Espacio de nombres del elemento.

Implementaciones

Se aplica a