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


In This Topic
    Severity Property (FileCaptureAction)
    In This Topic
    Syntax
    'Declaration
     
    
    Public Property Severity As Integer
    public int Severity {get; set;}
    public:
    property int Severity {
       int get();
       void set (    int value);
    }
    See Also