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