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;}
    Remarks
    The comments are stored in Comments.
    See Also