'Declaration
<CanBeNullAttribute()> Public Function GetSharedScript( _ ByVal scriptName As String _ ) As Script
[CanBeNull()] public Script GetSharedScript( string scriptName )
[CanBeNull()] public: Script^ GetSharedScript( String^ scriptName )
Parameters
- scriptName
- The name of the Shared Script to fetch.
Return Value
The shared script, or a null reference (Nothing in Visual Basic) if the shared script does not exist.