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.
Updates the site collection properties with the new properties specified in the SiteProperties object.
Namespace: Microsoft.Online.SharePoint.TenantAdministration
Assembly: Microsoft.Online.SharePoint.Client.Tenant (in Microsoft.Online.SharePoint.Client.Tenant.dll)
Syntax
'Declaration
Public Function Update As SpoOperation
'Usage
Dim instance As SiteProperties
Dim returnValue As SpoOperation
returnValue = instance.Update()
public SpoOperation Update()
Return value
Type: Microsoft.Online.SharePoint.TenantAdministration.SpoOperation