Declaration
public static SettingsAttribute GetAttribute(
Type settingsType
)Summary
Retrieves the mandatory
SettingsAttribute for the specified settings class type. Throws if the
type doesn't have it specified.
Parameters
| Type | settingsType |
Type of the settings class whose attribute is to be retrieved |