SPView.ReadOnlyView-Eigenschaft
Ruft einen booleschen Wert, der angibt, ob die Ansicht schreibgeschützt ist.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public ReadOnly Property ReadOnlyView As Boolean
Get
'Usage
Dim instance As SPView
Dim value As Boolean
value = instance.ReadOnlyView
public bool ReadOnlyView { get; }
Eigenschaftswert
Typ: System.Boolean
true Wenn die Ansicht schreibgeschützt ist; andernfalls false.