PFPluginSetting Properties |
The PFPluginSetting type exposes the following members.
Name | Description | |
---|---|---|
![]() | Choices |
Gets the setting's possible values. Contains null if not applicable.
|
![]() | DisplayName |
Gets or sets the setting display name.
|
![]() | MultiValues |
Gets a value indicating whether multiple values can be chosen.
Only applicable in Enum and Choices setting types.
|
![]() | Name |
Gets the setting name (property name on the Type).
|
![]() | Type |
Gets the setting type.
|
![]() | TypeId | When implemented in a derived class, gets a unique identifier for this Attribute. (Inherited from Attribute.) |
![]() | Value |
Gets the setting value. Contains the default value if not an instance.
|