Click or drag to resize

PFPluginSetting Properties

The PFPluginSetting type exposes the following members.

Properties
  NameDescription
Public propertyChoices
Gets the setting's possible values. Contains null if not applicable.
Public propertyDisplayName
Gets or sets the setting display name.
Public propertyMultiValues
Gets a value indicating whether multiple values can be chosen. Only applicable in Enum and Choices setting types.
Public propertyName
Gets the setting name (property name on the Type).
Public propertyType
Gets the setting type.
Public propertyTypeId
When implemented in a derived class, gets a unique identifier for this Attribute.
(Inherited from Attribute.)
Public propertyValue
Gets the setting value. Contains the default value if not an instance.
Top
See Also