WizPageDataKey Method (String) |
The Key for indexing into the wizard's page data.
This key is composed of the page instance name together with the item name.
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 string Key(
string itemName
)
Public Function Key (
itemName As String
) As String
Parameters
- itemName
- Type: SystemString
The name of the data item for which to generate a key (for the current instance).
Return Value
Type:
StringThe key used to index into the wizard's page data.
See Also