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