SPList.ReadOnlyUI - Propriété
A boolean value that indicates whether the UI for this list should be presented in a read-only fashion. This will not affect security nor will it actually prevent changes to the list from occurring - it only affects the way the UI is displayed.
Espace de noms : Microsoft.SharePoint
Assembly : Microsoft.SharePoint (dans Microsoft.SharePoint.dll)
Syntaxe
'Déclaration
Public Property ReadOnlyUI As Boolean
Get
Set
'Utilisation
Dim instance As SPList
Dim value As Boolean
value = instance.ReadOnlyUI
instance.ReadOnlyUI = value
public bool ReadOnlyUI { get; set; }
Valeur de propriété
Type : System.Boolean