Search Results for

    Show / Hide Table of Contents

    Interface IFieldLocationValue

    Represents a location field value

    Inherited Members
    IFieldValue.Field
    Namespace: PnP.Core.Model.SharePoint
    Assembly: PnP.Core.dll
    Syntax
    public interface IFieldLocationValue : IFieldValue

    Properties

    City

    City

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

    CountryOrRegion

    Country of region

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

    DisplayName

    Name identifiying this location

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

    Latitude

    Latitude of the location

    Declaration
    double Latitude { get; }
    Property Value
    System.Double

    LocationUri

    Uri identifying this location

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

    Longitude

    Longitude of the location

    Declaration
    double Longitude { get; }
    Property Value
    System.Double

    PostalCode

    Postal/zip code

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

    State

    State

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

    Street

    Streetname

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

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