This documentation is archived and is not being maintained.

VisualBasicSettings::Default Property

Gets a VisualBasicSettings that contains the default set of assembly references and imported namespaces. This set is available to all VisualBasicValue<TResult> and VisualBasicReference<TResult> instances in a given AppDomain.

Namespace:  Microsoft.VisualBasic.Activities
Assembly:  System.Activities (in System.Activities.dll)

public:
static property VisualBasicSettings^ Default {
	VisualBasicSettings^ get ();
}

Property Value

Type: Microsoft.VisualBasic.Activities::VisualBasicSettings
A VisualBasicSettings that contains the default set of assembly references and imported namespaces.

The following table lists the default imported namespaces and assembly references.

Imported Namespace

Assembly

System

mscorlib

System

System

System.Collections

mscorlib

System.Collections.Generic

mscorlib

System.Collections.Generic

System

System.Activities

System.Activities

System.Activities.Statements

System.Activities

System.Activities.Expressions

System.Activities

.NET Framework

Supported in: 4

.NET Framework Client Profile

Supported in: 4

Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
Show: