|
void MgInt32Property::SetValue |
( |
INT32 |
value |
) |
|
Sets the property value.
.NET Syntax
void SetValue(int value);
|
Java Syntax
void SetValue(int value);
|
PHP Syntax
void SetValue(int value);
|
- Parameters:
-
| value | (int) The value of the property. |
- Returns:
- Returns nothing.
|