Indicates the type of 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.Type

instance.Type = value

Syntax

Visual Basic
<XmlAttributeAttribute("Type")> _
Public Type As String
C#
[XmlAttributeAttribute("Type")] 
public string Type
C++
[XmlAttributeAttribute(L"Type")] 
public:
String^ Type
J#
/** @attribute XmlAttributeAttribute("Type") */ 
public String Type
JScript
XmlAttributeAttribute("Type") 
public var Type : String

Platforms

Development Platforms

Windows Server 2003, Windows Vista

Target Platforms

Windows Server 2003,Windows Vista

See Also