The TabModuleSettingAttribute type exposes the following members.

Properties

  NameDescription
Public propertyParameterName
The name of the setting that will be stored in the settings table.
(Inherited from ParameterAttributeBase.)
Public propertyPrefix
The prefix to use when naming the setting in the settings table.
(Inherited from ParameterAttributeBase.)
Public propertySerializer
The serializer to use when saving or retrieving the setting value.
(Inherited from ParameterAttributeBase.)
Public propertyTypeId
When implemented in a derived class, gets a unique identifier for this Attribute.
(Inherited from Attribute.)

See Also