BuildParameters.PropertiesFromCommandLine Property

Definition

Properties passed from the command line (e.g. by using /p:).

public:
 property System::Collections::Generic::ICollection<System::String ^> ^ PropertiesFromCommandLine { System::Collections::Generic::ICollection<System::String ^> ^ get(); };
public System.Collections.Generic.ICollection<string> PropertiesFromCommandLine { get; }
member this.PropertiesFromCommandLine : System.Collections.Generic.ICollection<string>
Public ReadOnly Property PropertiesFromCommandLine As ICollection(Of String)

Property Value

Applies to