获取或设置窗体的类型。
命名空间: Microsoft.SharePoint.Mobile.WebControls
程序集: Microsoft.SharePoint(位于 Microsoft.SharePoint.dll 中)
语法
声明
Public Property PageType As SPMobilePageType
Get
Set
用法
Dim instance As SPMobileForm
Dim value As SPMobilePageType
value = instance.PageType
instance.PageType = value
public SPMobilePageType PageType { get; set; }
属性值
类型:Microsoft.SharePoint.Mobile.WebControls.SPMobilePageType
指定的页或窗体的类型SPMobilePageType 。