Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
JSharpProjectConfigurationProperties3 Interface