Skip to content

Latest commit

 

History

History
20 lines (12 loc) · 525 Bytes

File metadata and controls

20 lines (12 loc) · 525 Bytes

GetCpuidImplementedPropertiesCmdlet.SubLeaf property

Gets or sets a value that contains the name of the sub-leaf. This value is optional.

Optional subleaf name

public SubLeaf? SubLeaf { get; set; }

Property Value

One of the values of the SubLeaf enumeration.

See Also