Interface IGeoLocationInformation
- Namespace
- PnP.Core.Admin.Model.Microsoft365
- Assembly
- PnP.Core.Admin.dll
Contains information about a geo location
public interface IGeoLocationInformation
Properties
DataLocationCode
Data location code for the geo location
GeoLocation DataLocationCode { get; }
Property Value
SharePointAdminUrl
SharePoint Admin site url for the geo location
string SharePointAdminUrl { get; }
Property Value
SharePointMySiteUrl
SharePoint My site url for the geo location
string SharePointMySiteUrl { get; }
Property Value
SharePointPortalUrl
SharePoint portal url for the geo location
string SharePointPortalUrl { get; }