Dela 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
'Usage
Dim instance As JSharpProjectConfigurationProperties3 
Dim value As Boolean 

value = instance.EnableASPDebugging

instance.EnableASPDebugging = value
bool EnableASPDebugging { get; set; }
property bool EnableASPDebugging {
    bool get ();
    void set (bool value);
}
function get EnableASPDebugging () : boolean 
function set EnableASPDebugging (value : boolean)

Property Value

Type: System.Boolean

Implements

ProjectConfigurationProperties3.EnableASPDebugging

.NET Framework Security

See Also

Reference

JSharpProjectConfigurationProperties3 Interface

JSharpProjectConfigurationProperties3 Members

EnableASPDebugging Overload

VSLangProj80 Namespace