SettingsDescriptionAttribute(String) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Initializes an instance of the SettingsDescriptionAttribute class.
public:
SettingsDescriptionAttribute(System::String ^ description);
public SettingsDescriptionAttribute (string description);
new System.Configuration.SettingsDescriptionAttribute : string -> System.Configuration.SettingsDescriptionAttribute
Public Sub New (description As String)
Parameters
Remarks
Although the description has a theoretical maximum length of the String class, whose length is represented by a Int32, the following two practical considerations will limit the size of the description
parameter:
Large text descriptions are difficult to display in a user interface (UI) and difficult for the user to read.
Settings providers may enforce overall usage quotas and are required to enforce user configuration quotas.