HelperFunctionsSettingsManagerGetSettingLength Method |
This method will return the number of settings in your Settings file
Namespace:
AHL
Assembly:
AHL (in AHL.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic static int GetSettingLength()
Public Shared Function GetSettingLength As Integer
public:
static int GetSettingLength()
static member GetSettingLength : unit -> int
Return Value
Type:
Int32Returns the number of total settings contained in the setting dictionary.
See Also