Action
Sets
the value of the specified property.
Syntax
C#
SetProperty(propertyName, value)
VB
SetProperty(propertyName, value)
Variable
|
Description
|
propertyName
|
The case-sensitive name of the property.
String.
|
value
|
The new value for the property.
Object.
|