Determines whether the specified key is special.

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

Syntax

C#
public bool IsSpecial(
	string key
)
Visual Basic
Public Function IsSpecial ( _
	key As String _
) As Boolean
JScript
public function IsSpecial(
	key : String
) : boolean

Parameters

key
Type: System..::..String
The key.

Return Value

See Also