LEADTOOLS Medical (Leadtools.Ccow assembly)
LEAD Technologies, Inc

HasItem Method






Name of the item.
Determines whether the specified item exists in the subject.
Syntax
public bool HasItem( 
   string itemName
)
'Declaration
 
Public Function HasItem( _
   ByVal itemName As String _
) As Boolean
'Usage
 
Dim instance As Subject
Dim itemName As String
Dim value As Boolean
 
value = instance.HasItem(itemName)
public bool HasItem( 
   string itemName
)
 function Leadtools.Ccow.Subject.HasItem( 
   itemName 
)
public:
bool HasItem( 
   String^ itemName
) 

Parameters

itemName
Name of the item.

Return Value

True if the specified item name exists; otherwise it is false.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

Subject Class
Subject Members

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.