TemplatesGetItemName Method  | 
 
            Returns the name of the Template.
            
 
    Namespace: 
   NetQuarry
    Assembly:
   EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntaxpublic override string GetItemName(
	Object value
)
Public Overrides Function GetItemName ( 
	value As Object
) As String
Parameters
- value
 - Type: SystemObject
The object for which the base class needs the name. 
Return Value
Type: 
StringThe name of the object
See Also