Site.OnboardTenantForBringYourOwnKey method

Namespace:  Microsoft.SharePoint.Client
Assembly:  Microsoft.SharePoint.Client (in Microsoft.SharePoint.Client.dll)

Syntax

'Declaration
Public Function OnboardTenantForBringYourOwnKey ( _
    keyInfo As CustomerKeyInfo _
) As ClientResult(Of CustomerKeyStatusInfo)
'Usage
Dim instance As Site
Dim keyInfo As CustomerKeyInfo
Dim returnValue As ClientResult(Of CustomerKeyStatusInfo)

returnValue = instance.OnboardTenantForBringYourOwnKey(keyInfo)
public ClientResult<CustomerKeyStatusInfo> OnboardTenantForBringYourOwnKey(
    CustomerKeyInfo keyInfo
)

Parameters

Return value

Type: Microsoft.SharePoint.Client.ClientResult<CustomerKeyStatusInfo>

See also

Reference

Site class

Site members

Microsoft.SharePoint.Client namespace