| IPropertyCollectionContainsValue Method |
Checks, whether this collection contains the specified property.
Namespace:
Mastersign.Bench.PropertyCollections
Assembly:
BenchLib (in BenchLib.dll) Version: 0.22.0.0 (0.22.0.0)
Syntax bool ContainsValue(
string name
)
Function ContainsValue (
name As String
) As Boolean
Parameters
- name
- Type: SystemString
The name of the property.
Return Value
Type:
Booleantrue if the property exists; otherwise
false.
See Also