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

Namespace: Telogis.API
 
Syntax
public void SetOption(
	string name,
	string value
)

Parameters

name
Type: SystemString
The option's name.
value
Type: SystemString
The value to be set.
See Also