SmsDialogData.FormType Property

Gets or sets a value that indicates the form type of the dialog box, for example, wizard.

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

Usage

'Usage
Dim instance As SmsDialogData
Dim value As SmsFormType

value = instance.FormType

instance.FormType = value

Syntax

'Declaration
Public Property FormType As SmsFormType
public SmsFormType FormType { get; set; }
public:
property SmsFormType FormType {
    SmsFormType get ();
    void set (SmsFormType value);
}
/** @property */
public SmsFormType get_FormType ()

/** @property */
public void set_FormType (SmsFormType value)
public function get FormType () : SmsFormType

public function set FormType (value : SmsFormType)

Property Value

SmsFormType enumeration value.

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

Reference

SmsDialogData Class
SmsDialogData Members
Microsoft.ConfigurationManagement.AdminConsole Namespace
SmsFormType