'Declaration
<DataMemberAttribute()> Public ReadOnly Property Recipients As List(Of INotificationRecipient)
[DataMember()] public List<INotificationRecipient> Recipients {get;}
[DataMember()] public: property List<INotificationRecipient^>^ Recipients { List<INotificationRecipient^>^ get(); }