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


In This Topic
    ValueAsObject Property (IJobVariable)
    In This Topic
    Gets the Value as an object of the type specified by the VariableType.
    Syntax
    'Declaration
     
    
    ReadOnly Property ValueAsObject As Object
    object ValueAsObject {get;}
    property Object^ ValueAsObject {
       Object^ get();
    }
    See Also