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