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 silent arguments for the pre-install command.
Namespace: Microsoft.WindowsServerSolutions.AddinInfrastructure
Assembly: AddinInfrastructure (in AddinInfrastructure.dll)
Syntax
[DataMemberAttribute(Order = 3, IsRequired = false)]
public string SilentArgs { get; set; }
public:
[DataMemberAttribute(Order = 3, IsRequired = false)]
property String^ SilentArgs {
String^ get();
void set(String^ value);
}
<DataMemberAttribute(Order := 3, IsRequired := False)>
Public Property SilentArgs As String
Property Value
Type: System.String
The silent arguments for the pre-install command.
See Also
PreinstallCommand Class
Microsoft.WindowsServerSolutions.AddinInfrastructure Namespace
Return to top