共用方式為


SPView.MobileDefaultView property

取得或設定布林值,這個值指定檢視是否為行動裝置的預設檢視。

Namespace:  Microsoft.SharePoint
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'宣告
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; }

Property value

Type: System.Boolean
true如果檢視為預設檢視為行動裝置。否則, false。

請參閱

參照

SPView class

SPView members

Microsoft.SharePoint namespace