SignAssembly Property

The Sign Assembly for this project

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

Syntax

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

value = instance.SignAssembly

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

Property Value

Type: System..::..Boolean

See Also

Reference

DatabaseProjectNodeProperties Class

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