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


In This Topic
    FilesToCapture Property
    In This Topic
    List of rules specifying the files to capture
    Syntax
    'Declaration
     
    
    <NotNullAttribute()>
    <ItemNotNullAttribute()>
    Public ReadOnly Property FilesToCapture As FileCaptureSpecCollection
    [NotNull()]
    [ItemNotNull()]
    public FileCaptureSpecCollection FilesToCapture {get;}
    [NotNull()]
    [ItemNotNull()]
    public:
    property FileCaptureSpecCollection^ FilesToCapture {
       FileCaptureSpecCollection^ get();
    }
    See Also