Retrieves the calculated value (with resolved aliases and translations) for a specific field key
Namespace: Ico.AwxAssembly: AwxClientCommon (in AwxClientCommon.dll) Version: 10.97.212.0 (10.97.212.00)
Syntax
| C# |
|---|
public Object GetCalculatedValue(
string key
) |
| Visual Basic |
|---|
Public Function GetCalculatedValue ( _
key As String _
) As Object |
| JScript |
|---|
public function GetCalculatedValue(
key : String
) : Object |
Parameters
- key
- Type: System..::..String
The key can be an expression tag in the format Type.Property (e.g. BaseEventType.Severity) or a simple field key in the format PropertyType (e.g. SeverityBaseEventType)
See Also