Site.RecoverTenantForBringYourOwnKey method
Namespace: Microsoft.SharePoint.Client
Assembly: Microsoft.SharePoint.Client (in Microsoft.SharePoint.Client.dll)
Syntax
'Declaration
Public Function RecoverTenantForBringYourOwnKey ( _
keyInfo As CustomerKeyInfo _
) As ClientResult(Of CustomerKeyStatusInfo)
'Usage
Dim instance As Site
Dim keyInfo As CustomerKeyInfo
Dim returnValue As ClientResult(Of CustomerKeyStatusInfo)
returnValue = instance.RecoverTenantForBringYourOwnKey(keyInfo)
public ClientResult<CustomerKeyStatusInfo> RecoverTenantForBringYourOwnKey(
CustomerKeyInfo keyInfo
)
Parameters
- keyInfo
Type: Microsoft.SharePoint.Client.CustomerKeyInfo
Return value
Type: Microsoft.SharePoint.Client.ClientResult<CustomerKeyStatusInfo>