Gets the user data collection associated with the context. It may be used to associate arbitrary key/value pairs with the context.

Namespace:  Gallio.Framework
Assembly:  Gallio (in Gallio.dll) Version: 3.3.0.0 (3.3.610.0)

Syntax

C#
public UserDataCollection Data { get; }
Visual Basic (Declaration)
Public ReadOnly Property Data As UserDataCollection

Remarks

Each context has its own distinct user data collection.

See Also