HideValue Property (JobVariable)
In This Topic
Specifies whether the value should be hidden from the user
Syntax
'Declaration
Public Property HideValue As Boolean
public bool HideValue {get; set;}
public:
property bool HideValue {
bool get();
void set ( bool value);
}
See Also