Plumtree EDK (Enterprise Web Development Kit) 5.4.0

NamedValueMap.Get Method 

Returns the string to which the specified name key is mapped, or null if the key is not mapped to any values. If the mapped value is a string[], then the first element of the string[] will be returned. Note that as the name in a NamedValue is always uppercased by the portal, the key to retrieve the value should also be uppercase.

public string Get(
   string key
);

Parameters

key
the key for which a string will be returned

Return Value

string

See Also

NamedValueMap Class | Plumtree.Remote.Util Namespace