Click or drag to resize

Device Constructor (Int32, String, String)

Initializes a new instance of the Device class. Constructor with parameter

Namespace:  VMInfoFace.Data
Assembly:  VMInfoFace.Data (in VMInfoFace.Data.dll) Version: 21.5.28.1 (21.5.28.1171)
Syntax
public Device(
	int pKey,
	string pLabel,
	string pSummary
)

Parameters

pKey
Type: SystemInt32
Device key see Key
pLabel
Type: SystemString
Device label see Label
pSummary
Type: SystemString
Device summary see Summary
See Also