Responder Developer Guide
getCommaSeparatedList(String,List<String>) Method


Syntax
'Declaration
 
Public Overloads Shared Function getCommaSeparatedList( _
   ByVal Key As String, _
   ByVal Default As List(Of String) _
) As List(Of String)
'Usage
 
Dim Key As String
Dim Default As List(Of String)
Dim value As List(Of String)
 
value = AppConfiguration.getCommaSeparatedList(Key, Default)
public static List<string> getCommaSeparatedList( 
   string Key,
   List<string> Default
)

Parameters

Key
Default
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

AppConfiguration Class
AppConfiguration Members
Overload List

 

 


Send Comment