adTempus API
ArcanaDevelopment.adTempus.Client Namespace / DataContext Class / GetScriptLibrary Method
The name of the Script Library to fetch.


In This Topic
    GetScriptLibrary Method
    In This Topic
    Gets the Script Library with the specified name.
    Syntax
    'Declaration
     
    
    <CanBeNullAttribute()>
    Public Function GetScriptLibrary( _
       ByVal libraryName As String _
    ) As ScriptLibrary
    [CanBeNull()]
    public ScriptLibrary GetScriptLibrary( 
       string libraryName
    )
    [CanBeNull()]
    public:
    ScriptLibrary^ GetScriptLibrary( 
       String^ libraryName
    ) 

    Parameters

    libraryName
    The name of the Script Library to fetch.

    Return Value

    The script library, or a null reference (Nothing in Visual Basic) if the script library does not exist.
    See Also