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