The longitude of the person in decimal degrees.

Namespace: vCards
Assembly: ICalVCard (in ICalVCard.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
public Nullable<float> Longitude { get; set; }
Visual Basic
Public Property Longitude As Nullable(Of Single)
	Get
	Set
Visual C++
public:
property Nullable<float> Longitude {
	Nullable<float> get ();
	void set (Nullable<float> value);
}

See Also