Configuration Constructor (String) |
Initializes a new instance of the
Configuration class.
Constructor with parameter
Namespace:
VMInfoFace.Network
Assembly:
VMInfoFace.Network (in VMInfoFace.Network.dll) Version: 21.5.28.1 (21.5.28.1171)
Syntaxpublic Configuration(
string pFile
)
Public Sub New (
pFile As String
)
Parameters
- pFile
- Type: SystemString
Network configuration file
See Also