Class VMwareConfigurationParameter
- Namespace
- CENTREL.XIA.Configuration.Types
- Assembly
- CENTREL.XIA.Configuration.Types.dll
Represents a configurable option parameter.
public class VMwareConfigurationParameter : GlobalSerializableClassicBase
- Inheritance
-
VMwareConfigurationParameter
Constructors
VMwareConfigurationParameter()
Initializes a new instance of the CENTREL.XIA.Configuration.Types.VMwareConfigurationParameter class.
public VMwareConfigurationParameter()
Properties
Key
Gets or sets the key of this configuration parameter - for example "vmware.tools.requiredversion".
public string Key { get; set; }
Property Value
Value
Gets or sets the value of this option value - for example "8193".
public string Value { get; set; }
Property Value
Methods
ToString()
Returns this configuration parameter in the format "Key [Value]" - for example "vmware.tools.requiredversion [8193]".
public override string ToString()
Returns
- string
The configuration parameter in the format "Key [Value]".