| LegacyTelogisServiceGetOption Method | 
Print this page
                        Returns the value of a user option.
            
 
Namespace: Telogis.API  Syntax
Syntaxpublic string GetOption(
	string name,
	string defaultValue
)
Public Function GetOption ( 
	name As String,
	defaultValue As String
) As String
Parameters
- name
- Type: SystemString
 
- defaultValue
- Type: SystemString
 
Return Value
Type: 
String Remarks
Remarks
                        No use of overloading or generics, because web services (SOAP) don't support it.
            
 See Also
See Also