CustomerKeyStatusInfo.RecoveryEnabled property
Namespace: Microsoft.SharePoint.Client
Assembly: Microsoft.SharePoint.Client (in Microsoft.SharePoint.Client.dll)
Syntax
'Declaration
Public Property RecoveryEnabled As Boolean
Get
Set
'Usage
Dim instance As CustomerKeyStatusInfo
Dim value As Boolean
value = instance.RecoveryEnabled
instance.RecoveryEnabled = value
public bool RecoveryEnabled { get; set; }
Property value
Type: System.Boolean