| PropertyStoreGetValue Method  | 
            Gets property value at specified index
            
 
Namespace: Ozeki.MediaAssembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntaxpublic PropVariant GetValue(
	int index
)
Public Function GetValue ( 
	index As Integer
) As PropVariant
public:
PropVariant GetValue(
	int index
)
member GetValue : 
        index : int -> PropVariant 
Parameters
- index
 - Type: SystemInt32
Index 
Return Value
Type: 
PropVariantProperty value
See Also