Share via


ProjectCollection.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(); void set(System::Collections::Generic::ICollection<System::String ^> ^ value); };
public System.Collections.Generic.ICollection<string> PropertiesFromCommandLine { get; set; }
member this.PropertiesFromCommandLine : System.Collections.Generic.ICollection<string> with get, set
Public Property PropertiesFromCommandLine As ICollection(Of String)

Property Value

Applies to