Gets or sets the longitude
Namespace:
IpernityNET
Assembly:
IpernityNET (in IpernityNET.dll) Version: 0.3.1.0 (0.3.1.0)
Syntax
C# |
---|
public string Longitude { get; set; } |
Visual Basic (Declaration) |
---|
Public Property Longitude As String |
Visual C++ |
---|
public:
property String^ Longitude {
String^ get ();
void set (String^ value);
} |
See Also