Namespace:
EGIS.Web.Controls
Assembly: EGIS.Web.Controls (in EGIS.Web.Controls.dll)
Assembly: EGIS.Web.Controls (in EGIS.Web.Controls.dll)
Syntax
Visual Basic |
---|
Public Property properties As Object Get Set |
C# |
---|
public Object properties { get; set; } |
Visual C++ |
---|
public: property Object^ properties { Object^ get (); void set (Object^ value); } |
JavaScript |
---|
function get_properties(); function set_properties(value); |