LegacyTelogisServiceGetOption Method |
Print this page
Returns the value of a user option.
Namespace: Telogis.API Syntax public 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:
StringRemarks
No use of overloading or generics, because web services (SOAP) don't support it.
See Also