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
    System.String

    SharePointMySiteUrl

    SharePoint My site url for the geo location

    Declaration
    string SharePointMySiteUrl { get; }
    Property Value
    System.String

    SharePointPortalUrl

    SharePoint portal url for the geo location

    Declaration
    string SharePointPortalUrl { get; }
    Property Value
    System.String

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