ManagedInstance.CpuName Property

Definition

Gets the name of the CPU.

public:
 property System::String ^ CpuName { System::String ^ get(); };
[Microsoft.SqlServer.Management.Sdk.Sfc.Metadata.SfcProperty(Microsoft.SqlServer.Management.Sdk.Sfc.Metadata.SfcPropertyFlags.Data)]
public string CpuName { get; }
[<Microsoft.SqlServer.Management.Sdk.Sfc.Metadata.SfcProperty(Microsoft.SqlServer.Management.Sdk.Sfc.Metadata.SfcPropertyFlags.Data)>]
member this.CpuName : string
Public ReadOnly Property CpuName As String

Property Value

A string value that contains the name of the CPU being read.

Attributes

Applies to