'Declaration
Public Function GetSharedScript( _ ByVal scriptName As String _ ) As Script
public Script GetSharedScript( string scriptName )
Parameters
- scriptName
- The name of the Shared Script to fetch.
Return Value
The shared script, or null (Nothing) if the shared script does not exist.