NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

Exists Method

Returns True if a specified key exists in the Dictionary object; False if it does not.

object.Exists(key)

Arguments

object
Required. Always the name of a Dictionary object.
key
Required. Key value being searched for in the Dictionary object.

See Also

Add Method (Dictionary) | Items Method | Keys Method | Remove Method | RemoveAll Method

Applies To: Dictionary Object