Responder Developer Guide
GetIntSetting Method (DbSchemaConfiguration)


Syntax
'Declaration
 
Public Shared Function GetIntSetting( _
   ByVal key As String, _
   ByVal defaultValue As Integer _
) As Integer
'Usage
 
Dim key As String
Dim defaultValue As Integer
Dim value As Integer
 
value = DbSchemaConfiguration.GetIntSetting(key, defaultValue)
public static int GetIntSetting( 
   string key,
   int defaultValue
)

Parameters

key
defaultValue
Requirements

Target Platforms: Windows XP SP3 (32-bit and 64-bit), Windows 7 (32-bit and 64-bit)

Not all Operating Systems are supported on all products. Visit the ArcFM Solution Supported Versions page for full details.

See Also

Reference

DbSchemaConfiguration Class
DbSchemaConfiguration Members

 

 


Send Comment