PropertyStoreContains Method |
Contains property guid
Namespace: Ozeki.MediaAssembly: OzekiSDK (in OzekiSDK.dll) Version: 10.4.13.0
Syntaxpublic bool Contains(
PropertyKey key
)
Public Function Contains (
key As PropertyKey
) As Boolean
public:
bool Contains(
PropertyKey key
)
member Contains :
key : PropertyKey -> bool
Parameters
- key PropertyKey
- Looks for a specific key
Return Value
BooleanTrue if found
See Also