Property interface.
More...
|
| BSTR | Name [get] |
| | Specifies the name of the property. More...
|
| |
| INT | Count [get] |
| | Specifies the number of the values present in the property. More...
|
| |
Property interface.
The property interface represents a data structure that has one name and multiple values represented by collection of strings.
| BSTR IZoiperProperty::Value |
( |
[in] INT |
index | ) |
|
Get property value.
- Parameters
-
| [in] | index | value index. Possible values are from 0 to IZoiperPoperty::Count. |
Returns string value corresponding to the parameter index containing the property name.
| INT IZoiperProperty::Count |
|
get |
Specifies the number of the values present in the property.
| BSTR IZoiperProperty::Name |
|
get |
Specifies the name of the property.
The documentation for this interface was generated from the following file: