adTempus API
ArcanaDevelopment.adTempus.Client.ReportingHelpers Namespace / ResponseActionSubClasses Class / FileCaptureAction Property


In This Topic
    FileCaptureAction Property
    In This Topic
    Returns the object as a FileCaptureAction
    Syntax
    'Declaration
     
    
    Public ReadOnly Property FileCaptureAction As FileCaptureAction
    public FileCaptureAction FileCaptureAction {get;}
    public:
    property FileCaptureAction^ FileCaptureAction {
       FileCaptureAction^ get();
    }
    Remarks
    If IsFileCaptureAction is true this property returns the object cast as a FileCaptureAction. Otherwise it returns a null reference (Nothing in Visual Basic).
    See Also