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
CountryOrRegion
Country of region
public string CountryOrRegion { get; }
Property Value
DisplayName
Name identifiying this location
public string DisplayName { get; }
Property Value
Latitude
Latitude of the location
public double Latitude { get; }
Property Value
LocationUri
Uri identifying this location
public string LocationUri { get; }
Property Value
Longitude
Longitude of the location
public double Longitude { get; }
Property Value
PostalCode
Postal/zip code
public string PostalCode { get; }
Property Value
State
State
public string State { get; }
Property Value
Street
Streetname
public string Street { get; }