adTempus API
ArcanaDevelopment.adTempus.Client Namespace / ScriptLibrary Class / Name Property

In This Topic
    Name Property (ScriptLibrary)
    In This Topic
    The name of the library
    Syntax
    'Declaration
     
    
    Public Property Name As String
    public string Name {get; set;}
    Remarks
    The Name is required and must be unique across all script libraries that use the same language. The Name must match the name of the class/module defined in the ScriptBody and therefore must be a valid name for the language.
    See Also