Gets a value indicating whether the Type can be hosted in a context.
[Visual Basic] Public ReadOnly Property IsContextful As Boolean [C#] public bool IsContextful {get;} [C++] public: __property bool get_IsContextful(); [JScript] public function get IsContextful() : Boolean;
true if the Type can be hosted in a context; otherwise, false.
A context intercepts calls to the class members and enforce policies that are applied to the class, such as synchronization.
Type Class | Type Members | System Namespace | IsContextfulImpl