DeviceActivationKeyIdentifier class
This data object contains associative identifier for a Feature on Demand (FoD) key.
Namespace: Lenovo.SysMgmt.LXCO.Integration.Data
Assembly: Lenovo.SysMgmt.LXCO.Integration.Data
Properties
- public string IdentifierType {get; set; }
- Identifier key type. This can be one of the following values.
- ASIC
- MAC. MAC address
- MT. Machine type
- UNKNOWN
- public string Identifier { get; set; }
- Identifier key value
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)
Give documentation feedback