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


In This Topic
    Name Property (Trigger)
    In This Topic
    Optional Name for the trigger
    Syntax
    'Declaration
     
    
    Public Property Name As String
    public string Name {get; set;}
    public:
    property String^ Name {
       String^ get();
       void set (    String^ value);
    }
    See Also