PFJobParameterGroupName Property |
Allows to group parameters by name in the UI.
Namespace:
Packflow.Core.Jobs
Assembly:
MicaSystems.Packflow.Core (in MicaSystems.Packflow.Core.dll) Version: 1.0.0.0 (3.2.0.306)
Syntax public string GroupName { get; set; }
Property Value
Type:
String
The name of the group. Parameters sharing the same group will be displayed grouped in the Timer Jobs UI.
See Also