Share via


VBProjectConfigurationProperties5.DefineTrace Property

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

Syntax

'Declaration
Property DefineTrace As Boolean
bool DefineTrace { get; set; }
property bool DefineTrace {
    bool get ();
    void set (bool value);
}
abstract DefineTrace : bool with get, set
function get DefineTrace () : boolean 
function set DefineTrace (value : boolean)

Property Value

Type: System.Boolean

.NET Framework Security

See Also

Reference

VBProjectConfigurationProperties5 Interface

VSLangProj110 Namespace