Class VMwareHostOptions
- Namespace
- CENTREL.XIA.Configuration.Types
- Assembly
- CENTREL.XIA.Configuration.Types.dll
Represents a collection of VMware host advanced configuration options.
public class VMwareHostOptions : BypassSection
- Inheritance
-
VMwareHostOptions
- Inherited Members
Constructors
VMwareHostOptions()
Initializes a new instance of the CENTREL.XIA.Configuration.Types.VMwareHostOptions class.
public VMwareHostOptions()
Properties
Items
Gets or sets the items in the collection.
public VMwareHostOptionCollection Items { get; set; }
Property Value
Methods
ToString()
Returns the host options as a human readable string - for example "100 Host Options".
public override string ToString()
Returns
- string
The host options as a human readable string.