VCNMakeTool.CleanCommandLine Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public:
property System::String ^ CleanCommandLine { System::String ^ get(); void set(System::String ^ value); };
public:
property Platform::String ^ CleanCommandLine { Platform::String ^ get(); void set(Platform::String ^ value); };
[System.Runtime.InteropServices.DispId(3)]
public string CleanCommandLine { [System.Runtime.InteropServices.DispId(3)] get; [System.Runtime.InteropServices.DispId(3)] set; }
[<System.Runtime.InteropServices.DispId(3)>]
[<get: System.Runtime.InteropServices.DispId(3)>]
[<set: System.Runtime.InteropServices.DispId(3)>]
member this.CleanCommandLine : string with get, set
Public Property CleanCommandLine As String
Property Value
The command line to run for the Clean() command.
- Attributes