adTempus API
ArcanaDevelopment.adTempus.Client Namespace / Job Class / DescriptionOverride Property

In This Topic
    DescriptionOverride Property (Job)
    In This Topic
    Override for the system-generated description of the object
    Syntax
    'Declaration
     
    
    <CanBeNullAttribute()>
    Public Property DescriptionOverride As String
    [CanBeNull()]
    public string DescriptionOverride {get; set;}
    Remarks
    This property is for use by user interface extensions
    See Also