| LocationLongitude Property |
Gets or sets the longitude.
Namespace: InstaSharp.ModelsAssembly: InstaSharp (in InstaSharp.dll) Version: 2.0.0.0 (2.0.0.0)
Syntax public decimal Longitude { get; set; }
Public Property Longitude As Decimal
Get
Set
public:
property Decimal Longitude {
Decimal get ();
void set (Decimal value);
}
member Longitude : decimal with get, set
Property Value
Type:
Decimal
The longitude.
See Also