adTempus API
ArcanaDevelopment.adTempus.Client Namespace / ResponseEvent Class / ExitCodeRange Property


In This Topic
    ExitCodeRange Property
    In This Topic
    Syntax
    'Declaration
     
    
    <RequiredVersionAttribute(5, 
       0, 
       0, 
       0)>
    Public Property ExitCodeRange As String
    [RequiredVersion(5, 
       0, 
       0, 
       0)]
    public string ExitCodeRange {get; set;}
    [RequiredVersion(5, 
       0, 
       0, 
       0)]
    public:
    property String^ ExitCodeRange {
       String^ get();
       void set (    String^ value);
    }
    Remarks

    This must be a list of exit codes in the form 1,2-8,12,15-17,23.

    See Also