SettingTooLargeException::ActualSize Property

Visual Studio 2015
 

Gets the actual size of the setting.

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

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

Property Value

Type: System::Int32

The actual size of the setting..

Return to top
Show: