Network Constructor (String, Int64) |
Initializes a new instance of the
Network class.
Constructor with parameter
Namespace:
VMInfoFace.Data
Assembly:
VMInfoFace.Data (in VMInfoFace.Data.dll) Version: 21.5.28.1 (21.5.28.1171)
Syntaxpublic Network(
string pName,
long pBandwidth
)
Public Sub New (
pName As String,
pBandwidth As Long
)
Parameters
- pName
- Type: SystemString
- pBandwidth
- Type: SystemInt64
See Also