Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets the lock state of the site.
Namespace: Microsoft.Online.SharePoint.TenantAdministration
Assembly: Microsoft.Online.SharePoint.Client.Tenant (in Microsoft.Online.SharePoint.Client.Tenant.dll)
Syntax
'Declaration
Public Property LockState As String
Get
Set
'Usage
Dim instance As SiteProperties
Dim value As String
value = instance.LockState
instance.LockState = value
public string LockState { get; set; }
Property value
Type: System.String