  | ResponseEventsEvents Property  | 
[Missing <summary> documentation for "P:AsterNET.Manager.ResponseEvents.Events"]
 
Namespace: AsterNET.ManagerAssembly: AsterNET (in AsterNET.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic List<ResponseEvent> Events { get; }Public ReadOnly Property Events As List(Of ResponseEvent)
	Get
public:
property List<ResponseEvent^>^ Events {
	List<ResponseEvent^>^ get ();
}member Events : List<ResponseEvent> with get
Property Value
Type: 
ListResponseEvent
See Also