PersonaPostalAddress.Altitude Property

Definition

Gets or sets the location altitude. The Altitude property is applicable for clients that target Exchange Online and versions of Exchange starting with Exchange Server 2013.

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

Property Value

The location altitude.

Applies to