Computer.CpuMaxClockSpeed Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the maximum CPU clock speed.
public:
property int CpuMaxClockSpeed { int get(); };
[Microsoft.SqlServer.Management.Sdk.Sfc.Metadata.SfcProperty(Microsoft.SqlServer.Management.Sdk.Sfc.Metadata.SfcPropertyFlags.Data)]
public int CpuMaxClockSpeed { get; }
[<Microsoft.SqlServer.Management.Sdk.Sfc.Metadata.SfcProperty(Microsoft.SqlServer.Management.Sdk.Sfc.Metadata.SfcPropertyFlags.Data)>]
member this.CpuMaxClockSpeed : int
Public ReadOnly Property CpuMaxClockSpeed As Integer
Property Value
An Int32 value that specifies the maximum clock speed.
- Attributes