'Declaration
Public Function GetScriptLibrary( _ ByVal libraryName As String _ ) As ScriptLibrary
public ScriptLibrary GetScriptLibrary( string libraryName )
Parameters
- libraryName
- The name of the Script Library to fetch.
Return Value
The script library, or null (Nothing) if the script library does not exist.