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!

Key Property

Sets a key in a Dictionary object.

object.Key(key) = newkey

Arguments

object
Required. Always the name of a Dictionary object.
key
Required. Key value being changed.
newkey
Required. New value that replaces the specified key.

Remarks

If key is not found when changing a key, a run-time error will occur.

See Also

CompareMode Property | Count Property | Item PropertyApplies To: Dictionary Object