UninstallConfirm Class

 

Describes an uninstall confirmation.

Namespace:   Microsoft.WindowsServerSolutions.AddinInfrastructure
Assembly:  AddinInfrastructure (in AddinInfrastructure.dll)

Inheritance Hierarchy

System.Object
  Microsoft.WindowsServerSolutions.AddinInfrastructure.UninstallConfirm

Syntax

[DataContractAttribute(Name = "UninstallConfirm", Namespace = "https://schemas.microsoft.com/WindowsServerSolutions/2010/03/Addins")]
public class UninstallConfirm
[DataContractAttribute(Name = "UninstallConfirm", Namespace = "https://schemas.microsoft.com/WindowsServerSolutions/2010/03/Addins")]
public ref class UninstallConfirm 
<DataContractAttribute(Name := "UninstallConfirm", Namespace := "https://schemas.microsoft.com/WindowsServerSolutions/2010/03/Addins")>
Public Class UninstallConfirm

Constructors

Name Description
System_CAPS_pubmethod UninstallConfirm()

Creates a new instance of the UninstallConfirm object.

Properties

Name Description
System_CAPS_pubproperty Arguments

Gets and sets the arguments for the uninstall confirmation.

System_CAPS_pubproperty Executable

Gets and sets the path to an executable to be used during the uninstall confirmation.

Methods

Name Description
System_CAPS_pubmethod Equals(Object)

(Inherited from Object.)

System_CAPS_protmethod Finalize()

(Inherited from Object.)

System_CAPS_pubmethod GetHashCode()

(Inherited from Object.)

System_CAPS_pubmethod GetType()

(Inherited from Object.)

System_CAPS_protmethod MemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethod ToString()

(Inherited from Object.)

Thread Safety

Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Microsoft.WindowsServerSolutions.AddinInfrastructure Namespace

Return to top