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


In This Topic
    Name Property (JobStep)
    In This Topic
    Optional name for the step
    Syntax
    'Declaration
     
    
    <CanBeNullAttribute()>
    Public Property Name As String
    [CanBeNull()]
    public string Name {get; set;}
    [CanBeNull()]
    public:
    property String^ Name {
       String^ get();
       void set (    String^ value);
    }
    See Also