Share via


CSharpProjectConfigurationProperties6.OutputPath Property

Namespace:  VSLangProj110
Assembly:  VSLangProj110 (in VSLangProj110.dll)

Syntax

'Declaration
Property OutputPath As String
string OutputPath { get; set; }
property String^ OutputPath {
    String^ get ();
    void set (String^ value);
}
abstract OutputPath : string with get, set
function get OutputPath () : String 
function set OutputPath (value : String)

Property Value

Type: System.String

.NET Framework Security

See Also

Reference

CSharpProjectConfigurationProperties6 Interface

VSLangProj110 Namespace