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