Freigeben über


SmsPageXmlData.Namespace Field

Indicates the namespace that supports the page XML data.

Namespace: Microsoft.ConfigurationManagement.AdminConsole
Assembly: Microsoft.ConfigurationManagement (in microsoft.configurationmanagement.dll)

Usage

'Usage
Dim instance As SmsPageXmlData
Dim value As String

value = instance.Namespace

instance.Namespace = value

Syntax

'Declaration
<DefaultValueAttribute("")> _
<XmlAttributeAttribute("Namespace")> _
Public Namespace As String
[DefaultValueAttribute("")] 
[XmlAttributeAttribute("Namespace")] 
public string Namespace
[DefaultValueAttribute(L"")] 
[XmlAttributeAttribute(L"Namespace")] 
public:
String^ Namespace
/** @attribute DefaultValueAttribute("") */ 
/** @attribute XmlAttributeAttribute("Namespace") */ 
public String Namespace
DefaultValueAttribute("") 
XmlAttributeAttribute("Namespace") 
public var Namespace : String

Platforms

Development Platforms

Windows Server 2003, Windows Vista

Target Platforms

Windows Server 2003,Windows Vista

See Also

Reference

SmsPageXmlData Class
SmsPageXmlData Members
Microsoft.ConfigurationManagement.AdminConsole Namespace