Search Results for

    Show / Hide Table of Contents

    Interface IGeoLocationInformation

    Contains information about a geo location

    Namespace: PnP.Core.Admin.Model.Microsoft365
    Assembly: PnP.Core.Admin.dll
    Syntax
    public interface IGeoLocationInformation

    Properties

    DataLocationCode

    Data location code for the geo location

    Declaration
    GeoLocation DataLocationCode { get; }
    Property Value
    GeoLocation

    SharePointAdminUrl

    SharePoint Admin site url for the geo location

    Declaration
    string SharePointAdminUrl { get; }
    Property Value
    string

    SharePointMySiteUrl

    SharePoint My site url for the geo location

    Declaration
    string SharePointMySiteUrl { get; }
    Property Value
    string

    SharePointPortalUrl

    SharePoint portal url for the geo location

    Declaration
    string SharePointPortalUrl { get; }
    Property Value
    string

    Back to top PnP Core SDK
    Generated by DocFX with Material UI
    spacer