Share via


GroupByType Property

Gets or sets whether files are grouped by object type

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

Syntax

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

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

Property Value

Type: System..::..Boolean

See Also

Reference

OAImportDatabase Class

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