HasItem Method

Summary
Determines whether the specified item exists in the subject.
Syntax
C#
VB
C++
public bool HasItem( 
   string itemName 
) 
Public Function HasItem( _ 
   ByVal itemName As String _ 
) As Boolean 
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

See Also

Reference

Subject Class

Subject Members

Help Version 21.0.2021.7.1
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Ccow Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.