Machine.Pool Property

Represents the reference of the parent pool for a machine.

Namespace: Microsoft.Windows.Kits.Hardware.ObjectModel Assembly: Microsoft.Windows.Kits.Hardware.ObjectModel (in Microsoft.Windows.Kits.Hardware.ObjectModel)

Usage

Visual BasicDim instance As Machine``Dim value As MachinePool``value = instance.Pool``instance.Pool = value

Syntax

Visual Basic<IgnoreDataMemberAttribute> _``Public MustOverride Property Pool As MachinePool

C#[IgnoreDataMemberAttribute]``public abstract MachinePool Pool { get; set; }

Property Value

Returns MachinePool.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

 

 

Send comments about this topic to Microsoft