Gets or sets the type of form that supports the page data. Namespace: Microsoft.ConfigurationManagement.AdminConsole
Assembly: Microsoft.ConfigurationManagement (in microsoft.configurationmanagement.dll)

Usage

Visual Basic
Dim instance As SmsPageData
Dim value As SmsFormType

value = instance.FormType

instance.FormType = value

Syntax

Visual Basic
Public Property FormType As SmsFormType
C#
public SmsFormType FormType { get; set; }
C++
public:
property SmsFormType FormType {
		SmsFormType get ();
		void set (SmsFormType value);
}
J#
/** @property */
public SmsFormType get_FormType ()

/** @property */
public void set_FormType (SmsFormType value)
JScript
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