VCPlatform.DefaultDirectory Property

Definition

Gets the default directory for build output.

public:
 property System::String ^ DefaultDirectory { System::String ^ get(); };
public:
 property Platform::String ^ DefaultDirectory { Platform::String ^ get(); };
[System.Runtime.InteropServices.DispId(2510)]
public string DefaultDirectory { [System.Runtime.InteropServices.DispId(2510)] get; }
[<System.Runtime.InteropServices.DispId(2510)>]
[<get: System.Runtime.InteropServices.DispId(2510)>]
member this.DefaultDirectory : string
Public ReadOnly Property DefaultDirectory As String

Property Value

String containing the default directory for project specific build output.

Attributes

Applies to