Gets property key at sepecified index
            
 
Namespace: Ozeki.MediaAssembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
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