Gets property key at sepecified index
Namespace: Ozeki.MediaAssembly: OzekiSDK (in OzekiSDK.dll) Version: 10.4.13.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 Int32
- Index
Return Value
PropertyKeyProperty key
See Also