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;}
    public:
    property String^ Name {
       String^ get();
       void set (    String^ value);
    }
    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