Indicates an SmsFormType enumeration value, for example, Wizard, that represents the type of form. Namespace: Microsoft.ConfigurationManagement.AdminConsole
Assembly: Microsoft.ConfigurationManagement (in microsoft.configurationmanagement.dll)

Usage

Visual Basic
Dim instance As SmsFormXmlData
Dim value As SmsFormType

value = instance.SmsFormType

instance.SmsFormType = value

Syntax

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

Platforms

Development Platforms

Windows Server 2003, Windows Vista

Target Platforms

Windows Server 2003,Windows Vista

See Also