SPView.MobileView-Eigenschaft
Ruft ab oder legt einen booleschen Wert, der angibt, ob die Ansicht für ein mobiles Gerät gilt.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Property MobileView As Boolean
Get
Set
'Usage
Dim instance As SPView
Dim value As Boolean
value = instance.MobileView
instance.MobileView = value
public bool MobileView { get; set; }
Eigenschaftswert
Typ: System.Boolean
true Wenn die Ansicht für ein mobiles Gerät gilt; andernfalls false.