DriveSecureEraseResult class
This data object contains information about the status of the drives secure erase request.
Namespace: Lenovo.SysMgmt.LXCA.Integration.Data
Assembly: Lenovo.SysMgmt.LXCA.Integration.Data
Inheritance -> Object -> RequestResult
Properties
- public string TaskID { get; set;}
- If the request was accepted by the Lenovo XClarity Administrator, this property contains the ID of the job that was created, null otherwise.
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