Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets and sets the path to an executable to be used during the uninstall confirmation.
Namespace: Microsoft.WindowsServerSolutions.AddinInfrastructure
Assembly: AddinInfrastructure (in AddinInfrastructure.dll)
Syntax
[DataMemberAttribute(Order = 1, IsRequired = true)]
public string Executable { get; set; }
public:
[DataMemberAttribute(Order = 1, IsRequired = true)]
property String^ Executable {
String^ get();
void set(String^ value);
}
<DataMemberAttribute(Order := 1, IsRequired := True)>
Public Property Executable As String
Property Value
Type: System.String
The path to the executable.
See Also
UninstallConfirm Class
Microsoft.WindowsServerSolutions.AddinInfrastructure Namespace
Return to top