共用方式為


SPView.MobileView property

取得或設定布林值,指定檢視是否套用至行動裝置。

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

Syntax

'宣告
Public Property MobileView As Boolean
    Get
    Set
'用途
Dim instance As SPView
Dim value As Boolean

value = instance.MobileView

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

Property value

Type: System.Boolean
true如果檢視適用於行動裝置。否則, false。

請參閱

參照

SPView class

SPView members

Microsoft.SharePoint namespace