PropertyCollectionContains Method |
Retrieves a boolean value indicating whether the collection contains value with the specified key.
Namespace: Ozeki.CommonAssembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax public bool Contains(
string key
)
Public Function Contains (
key As String
) As Boolean
public:
bool Contains(
String^ key
)
member Contains :
key : string -> bool
Parameters
- key
- Type: SystemString
The key
Return Value
Type:
BooleanTrue, if contains; False otherwise.
See Also