Given a field key return the EventField associated to it, using the subscription set into the AwxView
Namespace: Ico.AwxAssembly: AwxViewControl (in AwxViewControl.dll) Version: 10.97.212.0 (10.97.212.00)
Syntax
C# |
---|
public EventField GetField( string fieldKey ) |
Visual Basic |
---|
Public Function GetField ( _ fieldKey As String _ ) As EventField |
JScript |
---|
public function GetField( fieldKey : String ) : EventField |
Parameters
- fieldKey
- Type: System..::..String