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

In This Topic
    GetStringValue Method
    In This Topic
    Gets or sets the value as a string.
    Syntax
    'Declaration
     
    
    Public Shared Function GetStringValue( _
       ByVal variable As IJobVariable _
    ) As String
    public static string GetStringValue( 
       IJobVariable variable
    )

    Parameters

    variable
    Remarks
    If the value is set using this property, the VariableType is changed to JobVariableType.String.
    See Also