Skip to main content

DeviceLocation class

This data object contains location information for a specific device.

Namespace: Lenovo.SysMgmt.LXCO.Integration.Data

Assembly: Lenovo.SysMgmt.LXCO.Integration.Data

Properties

public int LowestRackUnit { get; set; }
Lowest rack unit
public string Location { get; set; }
Location
public string Rack { get; set; }
Rack
public string Room { get; set; }
Room

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)