UninstallConfirm Class

 

Describes an uninstall confirmation.

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

System::Object
  Microsoft.WindowsServerSolutions.AddinInfrastructure::UninstallConfirm

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

NameDescription
System_CAPS_pubmethodUninstallConfirm()

Creates a new instance of the UninstallConfirm object.

NameDescription
System_CAPS_pubpropertyArguments

Gets and sets the arguments for the uninstall confirmation.

System_CAPS_pubpropertyExecutable

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

NameDescription
System_CAPS_pubmethodEquals(Object^)

(Inherited from Object.)

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethodToString()

(Inherited from Object.)

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

Return to top

Community Additions

ADD
Show: