de la propiedad SPSite.IsReadLocked
Sets or gets, a value that specifies whether the site collection is locked and unavailable for Read access.
Espacio de nombres: Microsoft.SharePoint
Ensamblado: Microsoft.SharePoint (en Microsoft.SharePoint.dll)
Sintaxis
'Declaración
Public Property IsReadLocked As Boolean
Get
Set
'Uso
Dim instance As SPSite
Dim value As Boolean
value = instance.IsReadLocked
instance.IsReadLocked = value
public bool IsReadLocked { get; set; }
Valor de propiedad
Tipo: System.Boolean
true if the site collection is locked and unavailable for Read access; otherwise, false.