Gets the longitude of the last check-in for this user.
Namespace: BuddyAssembly: Buddy (in Buddy.dll) Version: 1.0.2.7 (1.0.2.7)
Syntax
| C# |
|---|
public double Longitude { get; protected set; } |
| Visual Basic |
|---|
Public Property Longitude As Double
Get
Protected Set |
| Visual C++ |
|---|
public:
property double Longitude {
double get ();
protected: void set (double value);
} |
| JavaScript |
|---|
function get_Longitude();
function set_Longitude(value); |
See Also