VCNMakeTool.BuildCommandLine Property

Definition

Gets or sets the command line to run for the Build() command (Build() menu).

public:
 property System::String ^ BuildCommandLine { System::String ^ get(); void set(System::String ^ value); };
public:
 property Platform::String ^ BuildCommandLine { Platform::String ^ get(); void set(Platform::String ^ value); };
[System.Runtime.InteropServices.DispId(1)]
public string BuildCommandLine { [System.Runtime.InteropServices.DispId(1)] get; [System.Runtime.InteropServices.DispId(1)] set; }
[<System.Runtime.InteropServices.DispId(1)>]
[<get: System.Runtime.InteropServices.DispId(1)>]
[<set: System.Runtime.InteropServices.DispId(1)>]
member this.BuildCommandLine : string with get, set
Public Property BuildCommandLine As String

Property Value

The command line to run for the Build() command.

Attributes

Applies to