PropertiesTPropKey, TPropValueFind Method |
Return the value for the given key, or NULL if not found.
Namespace: GemStone.GemFire.Cache.GenericAssembly: Gemstone.Gemfire.Cache (in Gemstone.Gemfire.Cache.dll) Version: 9.0.6.18
Syntaxpublic TPropValue Find(
TPropKey key
)
Public Function Find (
key As TPropKey
) As TPropValue
public:
TPropValue Find(
TPropKey key
)
member Find :
key : 'TPropKey -> 'TPropValue
Parameters
- key
- Type: TPropKey
the key to find
Return Value
Type:
TPropValuethe value for the key
Exceptions
See Also