Click or drag to resize

PFJobSetting Properties

The PFJobSetting type exposes the following members.

Properties
  NameDescription
Public propertyAllowChoicesOnly
Gets a value indicating whether UI should accept proposed values only. (Use drop down mode).
Public propertyDescription
Gets the description of the setting.
Public propertyDisplayPropertyName
Gets the name of the property used for display when setting value is a complex object.
Public propertyGroupName
Gets the UI group name of the parameter.
Public propertyIsCollection
Gets a value indicating whether this instance is collection.
Public propertyParameterName
Gets the display name of the parameter.
Public propertySettingType
Gets the type of the setting. Represents the category of object this settings persists, not a .Net Type.
Public propertyTargetType
Gets the full type name of the target PFJob implementation class.
Public propertyValuePreview
Gets the actual value display preview. This property is not serialized.
Top
See Also