Gets or sets the name of the Easy GIS .NET (.egp) project to load in the map.
Namespace:
EGIS.Web.Controls
Assembly:
EGIS.Web.Controls (in EGIS.Web.Controls.dll)
Syntax
Visual Basic |
---|
<BindableAttribute(True)> _
Public Property ProjectName As String
Get
Set |
C# |
---|
[BindableAttribute(true)]
public string ProjectName { get; set; } |
Visual C++ |
---|
[BindableAttribute(true)]
public:
property String^ ProjectName {
String^ get ();
void set (String^ value);
} |
JavaScript |
---|
function get_projectName();
function set_projectName(value); |
See Also