Share via


ExtenderDebugType Property

The DebugInfo to use

Namespace:  Microsoft.VisualStudio.Data.Tools.Package.Internal
Assembly:  Microsoft.VisualStudio.Data.Tools.Package (in Microsoft.VisualStudio.Data.Tools.Package.dll)

Syntax

'Declaration
<BrowsableAttribute(False)> _
<AutomationBrowsableAttribute(False)> _
Public Property ExtenderDebugType As String
    Get
    Set
'Usage
Dim instance As DatabaseConfigurationExtender
Dim value As String

value = instance.ExtenderDebugType

instance.ExtenderDebugType = value
[BrowsableAttribute(false)]
[AutomationBrowsableAttribute(false)]
public string ExtenderDebugType { get; set; }
[BrowsableAttribute(false)]
[AutomationBrowsableAttribute(false)]
public:
property String^ ExtenderDebugType {
    String^ get ();
    void set (String^ value);
}
[<BrowsableAttribute(false)>]
[<AutomationBrowsableAttribute(false)>]
member ExtenderDebugType : string with get, set
function get ExtenderDebugType () : String
function set ExtenderDebugType (value : String)

Property Value

Type: System..::..String

See Also

Reference

DatabaseConfigurationExtender Class

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