Gets or sets the longitude component of the geocoding position for this blog.

Namespace: BlogEngine.Core
Assembly:  BlogEngine.Core (in BlogEngine.Core.dll)
Version: 1.2.0.0

Syntax

         
 C#  Visual Basic  Visual C++ 
public float GeocodingLongitude{ get; set;}
Public Property GeocodingLongitude As Single
public:
property float GeocodingLongitude {
	float get ();
	void set (float value);
}

Field Value

The longitude value.

See Also