Get the GroupContext of this event.

Namespace:  LeCouteauSuisse.API
Assembly:  LeCouteauSuisseAPI (in LeCouteauSuisseAPI.dll) Version: 1.0.0.2 (1.0.0.2)

Syntax

C#
public GroupContext GroupContext { get; }
Visual Basic (Declaration)
Public ReadOnly Property GroupContext As GroupContext
Visual C++
public:
property GroupContext^ GroupContext {
	GroupContext^ get ();
}

See Also