NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

Type.IsContextful

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;

Property Value

true if the Type can be hosted in a context; otherwise, false.

Remarks

A context intercepts calls to the class members and enforce policies that are applied to the class, such as synchronization.

See Also

Type Class | Type Members | System Namespace | IsContextfulImpl