| IPropertyTargetSetValue Method |
Sets the value of the specified property.
If the property did exist until now, it is created.
Namespace:
Mastersign.Bench.PropertyCollections
Assembly:
BenchLib (in BenchLib.dll) Version: 0.22.0.0 (0.22.0.0)
Syntax void SetValue(
string name,
Object value
)
Sub SetValue (
name As String,
value As Object
)
Parameters
- name
- Type: SystemString
The name of the property. - value
- Type: SystemObject
The new value of the property.
See Also