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);
}
See Also