Returns the list of fields belonging to the same group
Namespace: Ico.Awx.CommonAssembly: AwxClientCommon (in AwxClientCommon.dll) Version: 10.97.212.0 (10.97.212.00)
Syntax
C# |
---|
public List<EventField> GetFieldsByGroupKey( string groupKey ) |
Visual Basic |
---|
Public Function GetFieldsByGroupKey ( _ groupKey As String _ ) As List(Of EventField) |
JScript |
---|
public function GetFieldsByGroupKey( groupKey : String ) : List<EventField> |
Parameters
- groupKey
- Type: System..::..String