Edit

Share via


PersonaPostalAddress.Longitude Property

Definition

Gets or sets a value indicating the location longitude. The Longitude property is applicable for clients that target Exchange Online and versions of Exchange starting with Exchange Server 2013.

public:
 property Nullable<double> Longitude { Nullable<double> get(); void set(Nullable<double> value); };
public Nullable<double> Longitude { get; set; }
Public Property Longitude As Nullable(Of Double)

Property Value

A value indicating the location longitude.

Applies to