| EventInfosGetItemName Method  | 
 
            Returns the name of the item.
            
 
    Namespace: 
   NetQuarry
    Assembly:
   EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
 Syntax
Syntaxpublic override string GetItemName(
	Object value
)
Public Overrides Function GetItemName ( 
	value As Object
) As String
Parameters
- value
- Type: SystemObject
 The EventInfo object.
Return Value
Type: 
StringA string representating the name of the event.
 See Also
See Also