Represents XML data that pertains to a form that is used in the Configuration Manager 2007 console. Namespace: Microsoft.ConfigurationManagement.AdminConsole
Assembly: Microsoft.ConfigurationManagement (in microsoft.configurationmanagement.dll)

Usage

Visual Basic
Dim instance As SmsFormXmlData

Syntax

Visual Basic
<SerializableAttribute> _
Public Class SmsFormXmlData
C#
[SerializableAttribute] 
public class SmsFormXmlData
C++
[SerializableAttribute] 
public ref class SmsFormXmlData
J#
/** @attribute SerializableAttribute() */ 
public class SmsFormXmlData
JScript
SerializableAttribute 
public class SmsFormXmlData

Inheritance Hierarchy

System.Object
  Microsoft.ConfigurationManagement.AdminConsole.SmsFormXmlData

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Development Platforms

Windows Server 2003, Windows Vista

Target Platforms

Windows Server 2003,Windows Vista

See Also