PropertyStoreContains Method |
Contains property guid
Namespace:
Ozeki.Media
Assembly:
OzekiSDK (in OzekiSDK.dll) Version: 10.3.183.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
- Type: Ozeki.MediaPropertyKey
Looks for a specific key
Return Value
Type:
BooleanTrue if found
See Also