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 parameters that are used to install the Windows Installer package.
Namespace: Microsoft.WindowsServerSolutions.AddinInfrastructure
Assembly: AddinInfrastructure (in AddinInfrastructure.dll)
Syntax
[DataMemberAttribute(Order = 4, IsRequired = false)]
public string Arguments { get; set; }
public:
[DataMemberAttribute(Order = 4, IsRequired = false)]
property String^ Arguments {
String^ get();
void set(String^ value);
}
<DataMemberAttribute(Order := 4, IsRequired := False)>
Public Property Arguments As String
Property Value
Type: System.String
The required parameters.
See Also
BinaryReference Class
Microsoft.WindowsServerSolutions.AddinInfrastructure Namespace
Return to top