| IPropertyCollectionGetValue Method (String, Object) |
Gets the value of the specified property, or a given default value,
in case the specified property does not exist.
Namespace:
Mastersign.Bench.PropertyCollections
Assembly:
BenchLib (in BenchLib.dll) Version: 0.22.0.0 (0.22.0.0)
Syntax Object GetValue(
string name,
Object def
)
Function GetValue (
name As String,
def As Object
) As Object
Parameters
- name
- Type: SystemString
The name of the property. - def
- Type: SystemObject
The default value.
Return Value
Type:
ObjectThe value of the specified property, or
def
in case the specified value does not exist.
See Also