SelectXmlCommand.Namespace 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.
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