PropertyCollectionContains Method |
Namespace: Ozeki.CommonAssembly: OzekiSDK (in OzekiSDK.dll) Version: 10.5.1
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
-
Return Value
Boolean
See Also