PropertyStoreGetValue Method |
Gets property value at specified index
Namespace:
Ozeki.Media
Assembly:
OzekiSDK (in OzekiSDK.dll) Version: 10.3.183.0
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