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)
Syntaxpublic Device(
int pKey,
string pLabel,
string pSummary
)
Public Sub New (
pKey As Integer,
pLabel As String,
pSummary As String
)
Parameters
- pKey
- Type: SystemInt32
Device key see Key - pLabel
- Type: SystemString
Device label see Label - pSummary
- Type: SystemString
Device summary see Summary
See Also