adTempus API
ArcanaDevelopment.adTempus.Client Namespace / DatabaseOperationTask Class / CommandsToExecute Property


In This Topic
    CommandsToExecute Property
    In This Topic
    Syntax
    'Declaration
     
    
    Public Property CommandsToExecute As String
    public string CommandsToExecute {get; set;}
    public:
    property String^ CommandsToExecute {
       String^ get();
       void set (    String^ value);
    }
    See Also