Represents serializable data, in Configuration Manager 2007, for a
form and its members.
Namespace:
Microsoft.ConfigurationManagement.AdminConsole
Assembly: Microsoft.ConfigurationManagement (in
microsoft.configurationmanagement.dll)
Usage
Syntax
Visual Basic |
<SerializableAttribute> _
<XmlRootAttribute(ElementName:="SmsFormData", Namespace:="http://schemas.microsoft.com/SystemsManagementServer/2005/03/ConsoleFramework", IsNullable:=False)> _
Public Class SmsFormData
|
C# |
[SerializableAttribute]
[XmlRootAttribute(ElementName="SmsFormData", Namespace="http://schemas.microsoft.com/SystemsManagementServer/2005/03/ConsoleFramework", IsNullable=false)]
public class SmsFormData
|
C++ |
[SerializableAttribute]
[XmlRootAttribute(ElementName=L"SmsFormData", Namespace=L"http://schemas.microsoft.com/SystemsManagementServer/2005/03/ConsoleFramework", IsNullable=false)]
public ref class SmsFormData
|
J# |
/** @attribute SerializableAttribute() */
/** @attribute XmlRootAttribute(ElementName="SmsFormData", Namespace="http://schemas.microsoft.com/SystemsManagementServer/2005/03/ConsoleFramework", IsNullable=false) */
public class SmsFormData
|
JScript |
SerializableAttribute
XmlRootAttribute(ElementName="SmsFormData", Namespace="http://schemas.microsoft.com/SystemsManagementServer/2005/03/ConsoleFramework", IsNullable=false)
public class SmsFormData
|
Inheritance
Hierarchy
System.Object
Microsoft.ConfigurationManagement.AdminConsole.SmsFormData
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