WizPageDataContainsKey Method (String) |
Determines if a particular item exists in the wizard's page data.
In this overload the current instance is assumed.
Namespace:
NetQuarry
Assembly:
EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax public bool ContainsKey(
string itemName
)
Public Function ContainsKey (
itemName As String
) As Boolean
Parameters
- itemName
- Type: SystemString
The name of the data item for which to search (for the current instance).
Return Value
Type:
BooleanTrue if the item is present in the wizard's page data, else false.
See Also