ExtenderDebugSymbols Property
The DebugSymbols to use
Namespace: Microsoft.VisualStudio.Data.Tools.Package.Internal
Assembly: Microsoft.VisualStudio.Data.Tools.Package (in Microsoft.VisualStudio.Data.Tools.Package.dll)
Syntax
'Declaration
<AutomationBrowsableAttribute(False)> _
<BrowsableAttribute(False)> _
Public Property ExtenderDebugSymbols As Boolean
Get
Set
'Usage
Dim instance As DatabaseConfigurationExtender
Dim value As Boolean
value = instance.ExtenderDebugSymbols
instance.ExtenderDebugSymbols = value
[AutomationBrowsableAttribute(false)]
[BrowsableAttribute(false)]
public bool ExtenderDebugSymbols { get; set; }
[AutomationBrowsableAttribute(false)]
[BrowsableAttribute(false)]
public:
property bool ExtenderDebugSymbols {
bool get ();
void set (bool value);
}
[<AutomationBrowsableAttribute(false)>]
[<BrowsableAttribute(false)>]
member ExtenderDebugSymbols : bool with get, set
function get ExtenderDebugSymbols () : boolean
function set ExtenderDebugSymbols (value : boolean)
Property Value
Type: System..::..Boolean
See Also
Reference
DatabaseConfigurationExtender Class
Microsoft.VisualStudio.Data.Tools.Package.Internal Namespace