Indicates the namespace that supports the page XML data.
Namespace:
Microsoft.ConfigurationManagement.AdminConsole
Assembly: Microsoft.ConfigurationManagement (in
microsoft.configurationmanagement.dll)
Usage
Visual Basic |
Dim instance As SmsPageXmlData
Dim value As String
value = instance.Namespace
instance.Namespace = value
|
Syntax
Visual Basic |
<DefaultValueAttribute("")> _
<XmlAttributeAttribute("Namespace")> _
Public Namespace As String
|
C# |
[DefaultValueAttribute("")]
[XmlAttributeAttribute("Namespace")]
public string Namespace
|
C++ |
[DefaultValueAttribute(L"")]
[XmlAttributeAttribute(L"Namespace")]
public:
String^ Namespace
|
J# |
/** @attribute DefaultValueAttribute("") */
/** @attribute XmlAttributeAttribute("Namespace") */
public String Namespace
|
JScript |
DefaultValueAttribute("")
XmlAttributeAttribute("Namespace")
public var Namespace : String
|
Platforms
Development Platforms
Windows Server 2003, Windows Vista
Target Platforms
Windows Server 2003,Windows Vista
See Also