Gets property key at sepecified index
Namespace:
Ozeki.Media
Assembly:
OzekiSDK (in OzekiSDK.dll) Version: 10.3.199.0
Syntaxpublic PropertyKey Get(
int index
)
Public Function Get (
index As Integer
) As PropertyKey
public:
PropertyKey Get(
int index
)
member Get :
index : int -> PropertyKey
Parameters
- index
- Type: SystemInt32
Index
Return Value
Type:
PropertyKeyProperty key
See Also