SPMobileContext.IsForm-Eigenschaft
Ruft einen Wert, der angibt, ob die aktuelle Seite eine der drei Grundtypen von Formularen ist: anzeigen, neu, oder bearbeiten.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Overridable ReadOnly Property IsForm As Boolean
Get
'Usage
Dim instance As SPMobileContext
Dim value As Boolean
value = instance.IsForm
public virtual bool IsForm { get; }
Eigenschaftswert
Typ: System.Boolean
true , wenn die aktuelle Seite eines Formulars ist; andernfalls false.