Search Results for

    Show / Hide Table of Contents

    Class FieldLocationValue

    Represents a location field value

    Inheritance
    System.Object
    FieldValue
    FieldLocationValue
    Inherited Members
    FieldValue.Field
    Namespace: PnP.Core.Model.SharePoint
    Assembly: PnP.Core.dll
    Syntax
    public sealed class FieldLocationValue : FieldValue, IFieldLocationValue, IFieldValue

    Constructors

    FieldLocationValue()

    Default constructor

    Declaration
    public FieldLocationValue()

    Properties

    City

    City

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

    Implements
    IFieldLocationValue.City

    CountryOrRegion

    Country of region

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

    Implements
    IFieldLocationValue.CountryOrRegion

    DisplayName

    Name identifiying this location

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

    Implements
    IFieldLocationValue.DisplayName

    Latitude

    Latitude of the location

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

    Implements
    IFieldLocationValue.Latitude

    LocationUri

    Uri identifying this location

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

    Implements
    IFieldLocationValue.LocationUri

    Longitude

    Longitude of the location

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

    Implements
    IFieldLocationValue.Longitude

    PostalCode

    Postal/zip code

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

    Implements
    IFieldLocationValue.PostalCode

    State

    State

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

    Implements
    IFieldLocationValue.State

    Street

    Streetname

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

    Implements
    IFieldLocationValue.Street
    Back to top PnP Core SDK
    Generated by DocFX with Material UI
    spacer