'Declaration Public Function Find( _
ByVal deviceNameName of the device to find.As String _
) As Device
public Device Find(
string deviceName
)
public: Device* Find(
string* deviceName
)
public:
Device^ Find(
string^ deviceName
)
Parameters
- deviceName
- Name of the device to find.
Return Value
The device with specified name.