Void
IAnalysis
.PropertyValue(
String
name,
Object
value)
Assigns the given value to the property that matches the specified name.
Remarks
Examples
Parameters
name
Type:
String
The name of the property.
value
Type:
Object
The value.
Return Value
Type:
Void