PropertyStoreItem Property (PropertyKey) |
Indexer by guid
Namespace: Ozeki.MediaAssembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax public PropertyStoreProperty this[
PropertyKey key
] { get; }
Public ReadOnly Default Property Item (
key As PropertyKey
) As PropertyStoreProperty
Get
public:
property PropertyStoreProperty^ default[PropertyKey key] {
PropertyStoreProperty^ get (PropertyKey key);
}
member Item : PropertyStoreProperty with get
Parameters
- key
- Type: Ozeki.MediaPropertyKey
Property Key
Return Value
Type:
PropertyStorePropertyProperty or null if not found
See Also