adTempus API
ArcanaDevelopment.adTempus.Client.Collections Namespace / NotificationRecipientCollection Class
Members


In This Topic
    NotificationRecipientCollection Class
    In This Topic
    Object Model
    NotificationRecipientCollection ClassNotificationRecipient Class
    Syntax
    'Declaration
     
    
    <DefaultMemberAttribute("Item")>
    Public NotInheritable Class NotificationRecipientCollection 
       Inherits ArcanaDevelopment.adTempus.Client.Collections.ADTObjectCollectionT(Of NotificationRecipient)
    [DefaultMember("Item")]
    public ref class NotificationRecipientCollection sealed : public ArcanaDevelopment.adTempus.Client.Collections.ADTObjectCollectionT<NotificationRecipient> 
    Inheritance Hierarchy

    System.Object
       ArcanaDevelopment.adTempus.Client.Collections.ObjectCollectionT<T>
          ArcanaDevelopment.adTempus.Client.Collections.ADTObjectCollectionT<T>
             ArcanaDevelopment.adTempus.Client.Collections.NotificationRecipientCollection

    See Also