Freigeben über


Form.FormType-Eigenschaft

Gets a value that specifies the page type of the list form.

Namespace:  Microsoft.SharePoint.Client
Assemblys:   Microsoft.SharePoint.Client.Silverlight (in Microsoft.SharePoint.Client.Silverlight.dll);  Microsoft.SharePoint.Client.Phone (in Microsoft.SharePoint.Client.Phone.dll)  Microsoft.SharePoint.Client (in Microsoft.SharePoint.Client.dll)

Syntax

'Declaration
Public ReadOnly Property FormType As PageType
    Get
'Usage
Dim instance As Form
Dim value As PageType

value = instance.FormType
public PageType FormType { get; }

Eigenschaftswert

Typ: Microsoft.SharePoint.Client.PageType
Returns a PageType instance representing the page type of the list form.

Siehe auch

Referenz

Form Klasse

Form-Member

Microsoft.SharePoint.Client-Namespace