JobEventDescription Method
 
            
                In This Topic
            
            Gets display name for a 
JobEvent value
 
            
            
            Syntax
            
            
            
            
            'Declaration
 
Public Shared Function JobEventDescription( _
   ByVal  As JobEvent _
) As String
             
        
            
            public static string JobEventDescription( 
   JobEvent 
)
             
        
             
        
            Parameters
- value
 
- The JobEvent to describe.
 
            
             
            
            
            
            
            
            
            
            
            
            
            
            See Also