Gets the available properties.
Namespace:
CAS.Lib.DeviceSimulator
Assembly:
CommServer.DeviceSimulator (in CommServer.DeviceSimulator.dll)
ItemPropertyCollection[] GetAvailableProperties(
string[] itemID,
bool returnValues
)
Function GetAvailableProperties ( _
itemID As String(), _
returnValues As Boolean _
) As ItemPropertyCollection()
array<ItemPropertyCollection^>^ GetAvailableProperties(
array<String^>^ itemID,
bool^ returnValues
)
Parameters
- itemID
- Type: array<String>[]()[][]
The item ID.
- returnValues
- Type: Boolean
if set to true values are returned.
Return Value
Property collection accordingly to passed arguments