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