|
void MgInt64Property::SetValue |
( |
INT64 |
value |
) |
|
Sets the property value.
.NET Syntax
void SetValue(long value);
|
Java Syntax
void SetValue(long value);
|
PHP Syntax
void SetValue(string value);
|
- Parameters:
-
| value | (long/string) The value of the property. |
- Returns:
- Returns nothing.
|