Skip to main content

IdentityManagementSystemsPaths class

This data object contains a path of the identity-management system.

Namespace: Lenovo.SysMgmt.LXCA.Integration.Data

Assembly: Lenovo.SysMgmt.LXCA.Integration.Data

Properties

public string Id { get; set;}
Path ID.
public string ApplicationId { get; set;}
Application ID.
public string Safe { get; set;}
Path's safe.
public string Folder { get; set;}
Path's folder.

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)