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


In This Topic
    QueueState Method
    In This Topic
    Gets display name for a QueueState value
    Syntax
    'Declaration
     
    
    Public Shared Function QueueState( _
       ByVal value As Nullable(Of QueueState) _
    ) As String
    public static string QueueState( 
       Nullable<QueueState> value
    )
    public:
    static String^ QueueState( 
       Nullable<QueueState> value
    ) 

    Parameters

    value
    The QueueState to describe.
    See Also