returns the client id of the map

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

Syntax

Visual Basic
Public ReadOnly Property ControlId As String
	Get
C#
public string ControlId { get; }
Visual C++
public:
virtual property String^ ControlId {
	String^ get () sealed;
}
JavaScript
function get_controlId();

Implements

ISFMap..::..ControlId

Remarks

this method implements the ClientJSResouceName method of ISFMap interface

See Also