SPSiteAdministration.LockIssue property
Gets or sets a value indicating the reason for the lock, or additional lock information.
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Property LockIssue As String
Get
Set
'Usage
Dim instance As SPSiteAdministration
Dim value As String
value = instance.LockIssue
instance.LockIssue = value
public string LockIssue { get; set; }
Property value
Type: System.String
A string containing lock information.
Remarks
The value in this string corresponds to the text entered in the Additional lock information text box that is available in the Central Administration user interface (UI) when defining or editing site collection quotas and locks.