Sitecore 5.1.1 API

Settings.GetIntSetting Method 

Get int setting.

[Visual Basic]
Public Shared Function GetIntSetting( _
   ByVal name As String, _
   ByVal defaultValue As Integer _
) As Integer
[C#]
public static int GetIntSetting(
   string name,
   int defaultValue
);

See Also

Settings Class | Sitecore.Configuration Namespace