SPView.MobileDefaultView 属性

获取或设置一个布尔值,指定该视图是否为移动设备的默认视图。

命名空间:  Microsoft.SharePoint
程序集:  Microsoft.SharePoint(位于 Microsoft.SharePoint.dll 中)

语法

声明
Public Property MobileDefaultView As Boolean
    Get
    Set
用法
Dim instance As SPView
Dim value As Boolean

value = instance.MobileDefaultView

instance.MobileDefaultView = value
public bool MobileDefaultView { get; set; }

属性值

类型:System.Boolean
true如果视图是默认视图为移动设备 ;否则为false。

另请参阅

引用

SPView 类

SPView 成员

Microsoft.SharePoint 命名空间