File size: 178 Bytes
b1b3bae
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
Public Interface IDynamicsEventSet

    Property ID As String

    Property Description As String

    Property Events As Dictionary(Of String, IDynamicsEvent)

End Interface