adTempus API
ArcanaDevelopment.adTempus.Client Namespace / JobExecutionSettings Class / Comments Property


In This Topic
    Comments Property (JobExecutionSettings)
    In This Topic
    Optional comments to record for the instance
    Syntax
    'Declaration
     
    
    <CanBeNullAttribute()>
    Public Property Comments As String
    [CanBeNull()]
    public string Comments {get; set;}
    [CanBeNull()]
    public:
    property String^ Comments {
       String^ get();
       void set (    String^ value);
    }
    Remarks
    The comments are stored in Comments.
    See Also