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


In This Topic
    HideValue Property (IJobVariable)
    In This Topic
    Specifies whether the value should be hidden from the user
    Syntax
    'Declaration
     
    
    Property HideValue As Boolean
    bool HideValue {get; set;}
    property bool HideValue {
       bool get();
       void set (    bool value);
    }
    Remarks
    When HideValue is true the user interface hides the value of the variable. Users with Edit permission for the owning object are able to reveal the value of the variable but other users cannot. The Job Detail Log masks the values for hidden variables
    See Also