Interface IFieldLocationValue
Represents a location field value
Inherited Members
Namespace: PnP.Core.Model.SharePoint
Assembly: PnP.Core.dll
Syntax
public interface IFieldLocationValue : IFieldValue
Represents a location field value
public interface IFieldLocationValue : IFieldValue
City
string City { get; }
System.String
|
Country of region
string CountryOrRegion { get; }
System.String
|
Name identifiying this location
string DisplayName { get; }
System.String
|
Latitude of the location
double Latitude { get; }
System.Double
|
Uri identifying this location
string LocationUri { get; }
System.String
|
Longitude of the location
double Longitude { get; }
System.Double
|
Postal/zip code
string PostalCode { get; }
System.String
|
State
string State { get; }
System.String
|
Streetname
string Street { get; }
System.String
|