Share via


GroupByType Property

Gets or sets whether to group objects by schema object type

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

Syntax

'Declaration
Public Property GroupByType As Boolean
    Get
    Set
'Usage
Dim instance As ImportSettingsBase
Dim value As Boolean

value = instance.GroupByType

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

Property Value

Type: System..::..Boolean

See Also

Reference

ImportSettingsBase Class

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