ExtenderDoNotUseAlterAssemblyStatementsToUpdateCLRTypes Property

Gets or sets {insert text here}.

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

Syntax

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

value = instance.ExtenderDoNotUseAlterAssemblyStatementsToUpdateCLRTypes

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

Property Value

Type: System..::..Boolean

See Also

Reference

DatabaseProjectNodeExtender Class

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