adTempus API
ArcanaDevelopment.adTempus.Client Namespace / JobVariable Class / ValueAsObject Property


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