Click or drag to resize
LegacyTelogisServiceGetOption Method
Print this page
Returns the value of a user option.

Namespace: Telogis.API
 
Syntax
public string GetOption(
	string name,
	string defaultValue
)

Parameters

name
Type: SystemString
defaultValue
Type: SystemString

Return Value

Type: String
Remarks
No use of overloading or generics, because web services (SOAP) don't support it.
See Also