Table of Contents

Interface IFieldLocationValue

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

Represents a location field value

public interface IFieldLocationValue : IFieldValue
Inherited Members

Properties

City

City

string City { get; }

Property Value

string

CountryOrRegion

Country of region

string CountryOrRegion { get; }

Property Value

string

DisplayName

Name identifiying this location

string DisplayName { get; }

Property Value

string

Latitude

Latitude of the location

double Latitude { get; }

Property Value

double

LocationUri

Uri identifying this location

string LocationUri { get; }

Property Value

string

Longitude

Longitude of the location

double Longitude { get; }

Property Value

double

PostalCode

Postal/zip code

string PostalCode { get; }

Property Value

string

State

State

string State { get; }

Property Value

string

Street

Streetname

string Street { get; }

Property Value

string