adTempus API
ArcanaDevelopment.adTempus.Shared Namespace / JobVariableHelper Class / ValueAsObject Method

In This Topic
    ValueAsObject Method
    In This Topic
    Gets the Value as an object of the type specified by the VariableType.
    Syntax
    'Declaration
     
    
    Public Shared Function ValueAsObject( _
       ByVal variable As IJobVariable _
    ) As Object
    public static object ValueAsObject( 
       IJobVariable variable
    )

    Parameters

    variable
    See Also