PersonaPostalAddress.Latitude プロパティ

定義

場所の緯度を示す値を取得または設定します。 プロパティはLatitude、Exchange Onlineおよび 2013 以降のバージョンの Exchange を対象とするクライアントExchange Server適用されます。

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

プロパティ値

場所の緯度を示す値。

適用対象