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