PropertyStoreContains Method |
Contains property guid
Namespace: Ozeki.MediaAssembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax public 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