|
MgBooleanProperty::MgBooleanProperty |
( |
CREFSTRING |
name, |
|
|
bool |
value | |
|
) |
| | |
Constructs an MgBooleanProperty object.
.NET Syntax
MgBooleanProperty(string name, bool value);
|
Java Syntax
MgBooleanProperty(String name, boolean value);
|
PHP Syntax
MgBooleanProperty(string name, bool value);
|
- Parameters:
-
| name | (String/string) The name of the property |
| value | (boolean/bool) The value of the property |
|