SelectXmlCommand.Namespace Property

Definition

The following definition used to specify the NameSpace of xml.

public:
 property System::Collections::Hashtable ^ Namespace { System::Collections::Hashtable ^ get(); void set(System::Collections::Hashtable ^ value); };
public System.Collections.Hashtable Namespace { get; set; }
[System.Management.Automation.Parameter]
[System.Management.Automation.ValidateNotNullOrEmpty]
public System.Collections.Hashtable Namespace { get; set; }
member this.Namespace : System.Collections.Hashtable with get, set
[<System.Management.Automation.Parameter>]
[<System.Management.Automation.ValidateNotNullOrEmpty>]
member this.Namespace : System.Collections.Hashtable with get, set
Public Property Namespace As Hashtable

Property Value

Attributes

Applies to