Navigation: Object Model Reference > Scripts Collection > Item Property |
|
Returns the Script object for the given language from the collection.
Syntax
Scripts.Item(ByVal language As String) As IScript
Arguments
Scripts
Scripts collection
language
Required. Language of the script to retrieve. Languages are compared without case sensitivity.
Return Value
Returns the Script object if found or Nothing if not found.
See Also
Applies to Scripts collection