adTempus API
ArcanaDevelopment.adTempus.Shared Namespace / IJobVariable Interface / Name Property


In This Topic
    Name Property (IJobVariable)
    In This Topic
    The name of the variable
    Syntax
    'Declaration
     
    
    <NotNullAttribute()>
    Property Name As String
    [NotNull()]
    string Name {get; set;}
    [NotNull()]
    property String^ Name {
       String^ get();
       void set (    String^ value);
    }
    See Also