MindFusion.Scheduling for ASP.NET Programmer's Guide
Dictionary.get Method
See Also
 





Gets the value with the specified key.

Namespace: MindFusion.Common
Assembly: Common.js

 Syntax

JavaScript  Copy Code

function get (key)

 Parameters

key

Type: Number, String, Object
The key of the element to get.

 Return Value

Type: Object
The value of the element with the specified key.

 Remarks

If no element with the specified key is found, exception will be thrown. If you are not sure that the element is contained in the dictionary, use the contains(key) function.

 See Also

Dictionary Members
Dictionary Class
MindFusion.Common Namespace