Defines the EventField TypeName used to filter the data

Namespace: Ico.Awx.Common
Assembly: AwxClientCommon (in AwxClientCommon.dll) Version: 10.97.212.0 (10.97.212.00)

Syntax

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

See Also