Skip to content

Latest commit

 

History

History
20 lines (12 loc) · 467 Bytes

File metadata and controls

20 lines (12 loc) · 467 Bytes

GetCpuidSubLeafsCmdlet.Leaf property

Gets or sets a value that contains the name of the leaf to consult.

The name of the leaf to consult.

public Leaf Leaf { get; set; }

Property Value

One of the values of the Leaf enumeration.

See Also