Table of Contents

Class FieldLocationValue

Namespace
PnP.Core.Model.SharePoint
Assembly
PnP.Core.dll

Represents a location field value

public sealed class FieldLocationValue : FieldValue, IFieldLocationValue, IFieldValue
Inheritance
FieldLocationValue
Implements
Inherited Members

Constructors

FieldLocationValue()

Default constructor

public FieldLocationValue()

Properties

City

City

public string City { get; }

Property Value

string

CountryOrRegion

Country of region

public string CountryOrRegion { get; }

Property Value

string

DisplayName

Name identifiying this location

public string DisplayName { get; }

Property Value

string

Latitude

Latitude of the location

public double Latitude { get; }

Property Value

double

LocationUri

Uri identifying this location

public string LocationUri { get; }

Property Value

string

Longitude

Longitude of the location

public double Longitude { get; }

Property Value

double

PostalCode

Postal/zip code

public string PostalCode { get; }

Property Value

string

State

State

public string State { get; }

Property Value

string

Street

Streetname

public string Street { get; }

Property Value

string