Void
IDataObject
.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 to assign.
Return Value
Type:
Void