Class FieldLocationValue
Represents a location field value
Inheritance
System.Object
FieldLocationValue
Assembly: PnP.Core.dll
Syntax
public sealed class FieldLocationValue : FieldValue, IFieldLocationValue, IFieldValue
Constructors
Declaration
public FieldLocationValue()
Properties
Declaration
public string City { get; }
Property Value
Implements
Declaration
public string CountryOrRegion { get; }
Property Value
Implements
Name identifiying this location
Declaration
public string DisplayName { get; }
Property Value
Implements
Declaration
public double Latitude { get; }
Property Value
Implements
Uri identifying this location
Declaration
public string LocationUri { get; }
Property Value
Implements
Longitude of the location
Declaration
public double Longitude { get; }
Property Value
Implements
Declaration
public string PostalCode { get; }
Property Value
Implements
Declaration
public string State { get; }
Property Value
Implements
Declaration
public string Street { get; }
Property Value
Implements