PropertyStoreGetValue Method |
Namespace: Ozeki.MediaAssembly: OzekiSDK_Desktop (in OzekiSDK_Desktop.dll) Version: 10.5.1
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 Int32
-
Return Value
PropVariant
See Also