Reference Library
GetDevice Method (deviceId)
NamespacesAvaya.ApplicationEnablement.DMCCServiceProviderGetDevice(String)
Given a device name (Id), returns a reference to the associated Device.
Declaration Syntax
C#Visual BasicVisual C++
public Device GetDevice(
	string deviceId
)
Public Function GetDevice ( _
	deviceId As String _
) As Device
public:
Device^ GetDevice(
	String^ deviceId
)
Parameters
deviceId (String)
The name (string) of the device.
Return Value
Device Object

Assembly: ServiceProvider (Module: ServiceProvider)