PicklistItemHashKey Method |
Get the hash key for the item.
Namespace:
NetQuarry
Assembly:
EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax public string HashKey(
bool noDiscrim
)
Public Function HashKey (
noDiscrim As Boolean
) As String
Parameters
- noDiscrim
- Type: SystemBoolean
Specifies whether or not the discrim (if any) should be included in the hash key.
Return Value
Type:
StringThe hash key for the item.
See Also