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