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

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

Gets the available properties.

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

Syntax


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

Parameters

itemID
Type: String
The item ID.
propertyIDs
Type: array<PropertyID>[]()[][]
The property identifiers.

Return Value

Property collection accordingly to passed arguments