adTempus API
ArcanaDevelopment.adTempus.Shared Namespace / Describe Class / JobEventDescription Method
The JobEvent to describe.


In This Topic
    JobEventDescription Method
    In This Topic
    Gets display name for a JobEvent value
    Syntax
    'Declaration
     
    
    Public Shared Function JobEventDescription( _
       ByVal value As JobEvent _
    ) As String
    public static string JobEventDescription( 
       JobEvent value
    )
    public:
    static String^ JobEventDescription( 
       JobEvent value
    ) 

    Parameters

    value
    The JobEvent to describe.
    See Also