PropertyStoreGetValue Method |
Gets property value at specified index
Namespace: Ozeki.MediaAssembly: OzekiSDK_Desktop (in OzekiSDK_Desktop.dll) Version: 10.4.98
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
- Index
Return Value
PropVariantProperty value
See Also