adTempus API
ArcanaDevelopment.adTempus.Client Namespace / ExecutionHistoryItem Class / ExecutionReason Property


In This Topic
    ExecutionReason Property
    In This Topic
    The reason for the execution.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property ExecutionReason As String
    public string ExecutionReason {get;}
    public:
    property String^ ExecutionReason {
       String^ get();
    }
    See Also