Package.UninstallConfirm Property
Gets and sets the uninstall confirmation object.
Namespace: Microsoft.WindowsServerSolutions.AddinInfrastructure
Assembly: AddinInfrastructure (in AddinInfrastructure.dll)
Syntax
[DataMemberAttribute(Order = 15, IsRequired = false)]
public UninstallConfirm UninstallConfirm { get; set; }
public:
[DataMemberAttribute(Order = 15, IsRequired = false)]
property UninstallConfirm^ UninstallConfirm {
UninstallConfirm^ get();
void set(UninstallConfirm^ value);
}
<DataMemberAttribute(Order := 15, IsRequired := False)>
Public Property UninstallConfirm As UninstallConfirm
Property Value
Type: Microsoft.WindowsServerSolutions.AddinInfrastructure.UninstallConfirm
The uninstall confirmation object.
See Also
Package Class
Microsoft.WindowsServerSolutions.AddinInfrastructure Namespace
Return to top