IsCreatingNewSolutionEnabled Property

Gets or sets {insert text here}.

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

Syntax

'Declaration
Public Property IsCreatingNewSolutionEnabled As Boolean
    Get
    Set
'Usage
Dim instance As ImportOptionsControl
Dim value As Boolean

value = instance.IsCreatingNewSolutionEnabled

instance.IsCreatingNewSolutionEnabled = value
public bool IsCreatingNewSolutionEnabled { get; set; }
public:
property bool IsCreatingNewSolutionEnabled {
    bool get ();
    void set (bool value);
}
member IsCreatingNewSolutionEnabled : bool with get, set
function get IsCreatingNewSolutionEnabled () : boolean
function set IsCreatingNewSolutionEnabled (value : boolean)

Property Value

Type: System..::..Boolean

See Also

Reference

ImportOptionsControl Class

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