WizPageBaseGetUserDataString Method |
Returns a string from the user data collection
Namespace:
NetQuarry
Assembly:
EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax public string GetUserDataString(
string key
)
Public Function GetUserDataString (
key As String
) As String
Parameters
- key
- Type: SystemString
The key of the string to return.
Return Value
Type:
Stringa string representation of the item in the UserData collection
See Also