ExtenderDelaySign Property

The Delay Sign for this project

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

Syntax

'Declaration
<AutomationBrowsableAttribute(True)> _
<BrowsableAttribute(False)> _
Public Property ExtenderDelaySign As Boolean
    Get
    Set
'Usage
Dim instance As DatabaseProjectNodeExtender
Dim value As Boolean

value = instance.ExtenderDelaySign

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

Property Value

Type: System..::..Boolean

See Also

Reference

DatabaseProjectNodeExtender Class

Microsoft.VisualStudio.Data.Tools.Package.Project Namespace