SPSite.IsReadLocked - Propriété
Sets or gets, a value that specifies whether the site collection is locked and unavailable for Read access.
Espace de noms : Microsoft.SharePoint
Assembly : Microsoft.SharePoint (dans Microsoft.SharePoint.dll)
Syntaxe
'Déclaration
Public Property IsReadLocked As Boolean
Get
Set
'Utilisation
Dim instance As SPSite
Dim value As Boolean
value = instance.IsReadLocked
instance.IsReadLocked = value
public bool IsReadLocked { get; set; }
Valeur de propriété
Type : System.Boolean
true if the site collection is locked and unavailable for Read access; otherwise, false.