CpuName Propiedad
Gets the CPU name.
Espacio de nombres: Microsoft.SqlServer.Management.Utility
Ensamblado: Microsoft.SqlServer.Management.Utility (en Microsoft.SqlServer.Management.Utility.dll)
Sintaxis
'Declaración
<SfcPropertyAttribute(SfcPropertyFlags.Data)> _
Public ReadOnly Property CpuName As String
Get
'Uso
Dim instance As Computer
Dim value As String
value = instance.CpuName
[SfcPropertyAttribute(SfcPropertyFlags.Data)]
public string CpuName { get; }
[SfcPropertyAttribute(SfcPropertyFlags::Data)]
public:
property String^ CpuName {
String^ get ();
}
[<SfcPropertyAttribute(SfcPropertyFlags.Data)>]
member CpuName : string
function get CpuName () : String
Valor de la propiedad
Tipo: System. . :: . .String
A string value that contains the CPU name.