UninstallAgentConfiguration Members

Updated: April 16, 2012

Represents a configuration to use when uninstalling agents on managed computers.

The following tables list the members exposed by the UninstallAgentConfiguration type.

  Name Description
  UninstallAgentConfiguration Overloaded.  
Top
  Name Description
public property IsDefaultActionAccount Gets a value that indicates whether the configuration uses the Management Server's default action account to discover the agents to uninstall.
public property UseDefaultAgentInstallAccount Gets a value that indicates whether the configuration uses the default account to uninstall agents on managed computers.
Top
(see also Protected Methods)
  Name Description
public method Dispose Releases the resources used by the UninstallAgentConfiguration object.
public method Equals  (inherited from Object)
public method GetHashCode  (inherited from Object)
public method GetType  (inherited from Object)
public method ResetActionAccount Sets the configuration to perform discovery using the Management Server's default action account.
public method ResetAgentInstallAccount Sets the configuration to use the default account for uninstalling agents.
public method SetActionAccount Sets the credentials that are used to discover the computers on which agents are uninstalled.
public method SetInstallAccount Sets the credentials that are used to uninstall agents.
public method ToString  (inherited from Object)
Top
  Name Description
protected method Finalize Overridden. Frees the resources of the current UninstallAgentConfiguration object before it is reclaimed by the garbage collector.
protected method MemberwiseClone  (inherited from Object)
Top