Gets the options.

Namespace: Ico.AnyGlass.AlarmWorX.ViewModel
Assembly: AwxViewControl (in AwxViewControl.dll) Version: 10.97.212.0 (10.97.212.00)

Syntax

C#
public KeyValuePair<string, string>[] GetOptions(
	bool includeSpecial
)
Visual Basic
Public Function GetOptions ( _
	includeSpecial As Boolean _
) As KeyValuePair(Of String, String)()
JScript
public function GetOptions(
	includeSpecial : boolean
) : KeyValuePair<String, String>[]

Parameters

includeSpecial
Type: System..::..Boolean

Return Value

See Also