Returns the first field of the group, which works as a pivot (it can be used to get the group BuiltInType for example)
Namespace: Ico.Awx.CommonAssembly: AwxClientCommon (in AwxClientCommon.dll) Version: 10.97.212.0 (10.97.212.00)
Syntax
| C# |
|---|
public EventField GetPivotField( string groupKey ) |
| Visual Basic |
|---|
Public Function GetPivotField ( _ groupKey As String _ ) As EventField |
| JScript |
|---|
public function GetPivotField( groupKey : String ) : EventField |
Parameters
- groupKey
- Type: System..::..String