SmsPageData.FormType Property
Gets or sets the type of form that supports the page data.
Namespace: Microsoft.ConfigurationManagement.AdminConsole
Assembly: Microsoft.ConfigurationManagement (in microsoft.configurationmanagement.dll)
Usage
'Usage
Dim instance As SmsPageData
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
SmsPageData Class
SmsPageData Members
Microsoft.ConfigurationManagement.AdminConsole Namespace
SmsFormType Enumeration