Retrieves the raw value (with resolved aliases and translations) for a specific field key, converted to string

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

Syntax

C#
public string GetCalculatedStringValue(
	string key
)
Visual Basic
Public Function GetCalculatedStringValue ( _
	key As String _
) As String
JScript
public function GetCalculatedStringValue(
	key : String
) : String

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