Gets the key name for given type type in the settings.

Namespace:  SGP.XUtility
Assembly:  SGP.XUtility (in SGP.XUtility.dll)
Version: 1.2.3019.18718

Syntax

C#
public static string GetUserSettingsKeyName(
	Type type
)

Parameters

type
Type: System..::.Type
The type Type for which the key will be located.

Return Value

The path of the found key.

Exceptions

ExceptionCondition
System..::.ArgumentNullException type is nullNothingnullptra null reference (Nothing in Visual Basic).

See Also