MustRunInClientContextAttribute Constructor (Boolean)
.NET Framework (current version)
Initializes a new instance of the MustRunInClientContextAttribute class, optionally not creating the object in the context of the creator.
Assembly: System.EnterpriseServices (in System.EnterpriseServices.dll)
Parameters
- val
-
Type:
System::Boolean
true to create the object in the context of the creator; otherwise, false.
The following code example creates a new MustRunInClientContextAttribute.
.NET Framework
Available since 1.1
Available since 1.1
Show: