PFJobParameterDisplayMember Property |
Applies if using Packflow or Serializable parameter types.
Gets or sets the display member for selected value.
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 DisplayMember { get; set; }
Property Value
Type:
String
The display member for the selected value(s). Must be a property name on the target type.
See Also