Get the ReceiverContext of this receiver.
Namespace:
LeCouteauSuisse.APIAssembly: LeCouteauSuisseAPI (in LeCouteauSuisseAPI.dll) Version: 1.0.0.2 (1.0.0.2)
Syntax
C# |
---|
public ReceiverContext Context { get; } |
Visual Basic (Declaration) |
---|
Public ReadOnly Property Context As ReceiverContext |
Visual C++ |
---|
public: property ReceiverContext^ Context { ReceiverContext^ get (); } |