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


In This Topic
    StringValue Property (IJobVariable)
    In This Topic
    Gets or sets the Value as a string
    Syntax
    'Declaration
     
    
    Property StringValue As String
    string StringValue {get; set;}
    property String^ StringValue {
       String^ get();
       void set (    String^ value);
    }
    See Also