the name of the Javascript resource used by the ISFMap, which is different depending on whether a TiledSfMap or simple SFMap is used

Namespace:  EGIS.Web.Controls
Assembly:  EGIS.Web.Controls (in EGIS.Web.Controls.dll)

Syntax

Visual Basic
ReadOnly Property ClientJSResouceName As String
	Get
C#
string ClientJSResouceName { get; }
Visual C++
property String^ ClientJSResouceName {
	String^ get ();
}
JavaScript
function get_clientJSResouceName();

See Also