SPSite.ReadLocked property
This member is reserved for internal use and is not intended to be used directly from your code. Use a propriedade IsReadLocked .
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaração
Public Property ReadLocked As Boolean
Get
Set
'Uso
Dim instance As SPSite
Dim value As Boolean
value = instance.ReadLocked
instance.ReadLocked = value
public bool ReadLocked { get; set; }
Property value
Type: System.Boolean