BenchLib .NET API
BenchLib .NET API
Mastersign.Bench.PropertyCollections
PropertyCollection Class
PropertyCollection Methods
CanGetValue Method
Clear Method
ContainsValue Method
GetBooleanValue Method
GetInt32Value Method
GetRawValue Method
GetStringListValue Method
GetStringValue Method
GetValue Method
PropertyNames Method
ResetValue Method
ResolveValue Method
SetValue Method
ToString Method
PropertyCollection
ContainsValue 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
C#
VB
Copy
public
bool
ContainsValue
(
string
name
)
Public
Function
ContainsValue
(
name
As
String
)
As
Boolean
Parameters
name
Type:
System
String
The name of the property.
Return Value
Type:
Boolean
true
if the property exists; otherwise
false
.
Implements
IPropertyCollection
ContainsValue(String)
See Also
Reference
PropertyCollection Class
Mastersign.Bench.PropertyCollections Namespace
IPropertySource
CanGetValue(String)
Send comments on this topic to
Tobias Kiertscher