BaseStation.ItemDescriber Namespace
CAS.DataPorter.Configurator Namespace
CAS.Lib.CommonBus Namespace
CAS.Lib.CommonBus.ApplicationLayer Namespace
CAS.Lib.CommonBus.CommunicationLayer Namespace
CAS.Lib.DeviceSimulator Namespace
CAS.NetworkConfigLib Namespace
Object-Oriented Internet Process-Observer

IDevice..::..GetAvailableProperties Method (String, array<PropertyID>[]()[][], Boolean)

Returns the specified properties for the specified item.

Namespace:  CAS.Lib.DeviceSimulator
Assembly:  CommServer.DeviceSimulator (in CommServer.DeviceSimulator.dll)

Syntax


ItemPropertyCollection GetAvailableProperties(
	string itemID,
	PropertyID[] propertyIDs,
	bool returnValues
)
Function GetAvailableProperties ( _
	itemID As String, _
	propertyIDs As PropertyID(), _
	returnValues As Boolean _
) As ItemPropertyCollection
ItemPropertyCollection^ GetAvailableProperties(
	String^ itemID, 
	array<PropertyID^>^ propertyIDs, 
	bool^ returnValues
)

Parameters

itemID
Type: String
propertyIDs
Type: array<PropertyID>[]()[][]
returnValues
Type: Boolean