WizPageDataGetBool Method |
Get the boolean value for the named item in the current instance's page data.
Namespace:
NetQuarry
Assembly:
EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax public bool GetBool(
string itemName
)
Public Function GetBool (
itemName As String
) As Boolean
Parameters
- itemName
- Type: SystemString
The name of the data item to get (for the current instance).
Return Value
Type:
BooleanThe value of the requested item if found, else defaults to false.
See Also