adTempus API
ArcanaDevelopment.adTempus.Client Namespace / FileCaptureAction Class / Recipients Property


In This Topic
    Recipients Property (FileCaptureAction)
    In This Topic
    Syntax
    'Declaration
     
    
    <NotNullAttribute()>
    <ItemNotNullAttribute()>
    Public ReadOnly Property Recipients As NotificationRecipientCollection
    [NotNull()]
    [ItemNotNull()]
    public NotificationRecipientCollection Recipients {get;}
    [NotNull()]
    [ItemNotNull()]
    public:
    property NotificationRecipientCollection^ Recipients {
       NotificationRecipientCollection^ get();
    }
    See Also