Gets or sets the comment filter key.

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

Syntax

C#
public string CommentFilterKey { get; set; }
Visual Basic
Public Property CommentFilterKey As String
	Get
	Set
JScript
function get CommentFilterKey () : String
function set CommentFilterKey (value : String)

Field Value

The comment filter key.

See Also