Share via


JSharpProjectConfigurationProperties3.EnableASPDebugging Property

This member provides internal-only access to J# project configuration properties. For more information, see Accessing Project Type Specific Project, Project Item, and Configuration Properties.

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

Syntax

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

Property Value

Type: System.Boolean

.NET Framework Security

See Also

Reference

JSharpProjectConfigurationProperties3 Interface

VSLangProj80 Namespace