Skip to main content

SystemBoardData class

This data object contains system board data.

Namespace: Lenovo.XClarityOrchestrator.PowerShell.Data.Devices

Assembly: Lenovo.XClarityOrchestrator.PowerShell.Data

Properties

public string ProductName { get; set;}
Product name.
public string Model { get; set;}
Model.
public string MachineType { get; set;}
Device machine type.
public string SerialNumber { get; set;}
Serial number.
public string FRU { get; set;}
FRU.
public string Manufacturer { get; set;}
Manufacturer.
public string PartNumber { get; set;}
Part number.

Methods

public virtual bool Equals (object obj);
Determines whether the specified object is equal to the current object.

(Inherited from System.Object)

public virtual int GetHashCode ();
Serves as the default hash function

(Inherited from System.Object)

public Type GetType ();
Gets the System.Type of the current instance

(Inherited from System.Object)

public virtual string ToString ();
Returns a string that represents the current object.

(Inherited from System.Object)