Share via


ExtenderDefineTrace Property

Gets or sets {insert text here}.

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 ExtenderDefineTrace As Boolean
    Get
    Set
'Usage
Dim instance As DatabaseConfigurationExtender
Dim value As Boolean

value = instance.ExtenderDefineTrace

instance.ExtenderDefineTrace = value
[AutomationBrowsableAttribute(false)]
[BrowsableAttribute(false)]
public bool ExtenderDefineTrace { get; set; }
[AutomationBrowsableAttribute(false)]
[BrowsableAttribute(false)]
public:
property bool ExtenderDefineTrace {
    bool get ();
    void set (bool value);
}
[<AutomationBrowsableAttribute(false)>]
[<BrowsableAttribute(false)>]
member ExtenderDefineTrace : bool with get, set
function get ExtenderDefineTrace () : boolean
function set ExtenderDefineTrace (value : boolean)

Property Value

Type: System..::..Boolean

See Also

Reference

DatabaseConfigurationExtender Class

Microsoft.VisualStudio.Data.Tools.Package.Internal Namespace