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

In This Topic
    Name Property (Script)
    In This Topic
    The name of the script
    Syntax
    'Declaration
     
    
    <CanBeNullAttribute()>
    Public Property Name As String
    [CanBeNull()]
    public string Name {get; set;}
    Remarks
    The name is required if Shared is true, optional otherwise. For a shared script, the Name must be unique across all other shared scripts.
    See Also