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

Device..::..Find Method

Finds and returns the specified item by the ID (element name).

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

Syntax


public static I4UAServer Find(
	string itemID
)
Public Shared Function Find ( _
	itemID As String _
) As I4UAServer
public:
static I4UAServer^ Find(
	String^ itemID
)

Parameters

itemID
Type: String
The item ID(element name).

Return Value

the specified item by the ID as I4UAServer interface