SettingTooLargeException::MaximumSize Property

Visual Studio 2015
 

Gets the maximum size of the setting.

Namespace:   Microsoft.VisualStudio.Settings
Assembly:  Microsoft.VisualStudio.Utilities (in Microsoft.VisualStudio.Utilities.dll)

public:
property int MaximumSize {
	[CompilerGeneratedAttribute]
	int get();
	[CompilerGeneratedAttribute]
	private: void set(int value);
}

Property Value

Type: System::Int32

The maximum size of the setting..

Return to top
Show: