adTempus API
ArcanaDevelopment.adTempus.Client Namespace / ExecutionHistoryItem Class / SetComments Method
The new comments for the instance


In This Topic
    SetComments Method
    In This Topic
    Sets the Comments for this instance
    Syntax
    'Declaration
     
    
    Public Sub SetComments( _
       ByVal newVal As String _
    ) 
    public void SetComments( 
       string newVal
    )
    public:
    void SetComments( 
       String^ newVal
    ) 

    Parameters

    newVal
    The new comments for the instance
    Exceptions
    ExceptionDescription
    Thrown if the caller does not have permission to set comments.
    Remarks
    The caller must have Execute or Modify permission for the job the instance belongs to.
    See Also