Retrieves the raw value (coming directly from the server) for a specific field key, converted to string
Namespace: Ico.AwxAssembly: AwxClientCommon (in AwxClientCommon.dll) Version: 10.97.212.0 (10.97.212.00)
Syntax
C# |
---|
public string GetRawStringValue( string key ) |
Visual Basic |
---|
Public Function GetRawStringValue ( _ key As String _ ) As String |
JScript |
---|
public function GetRawStringValue( 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)
Remarks
Virtual field's value will be empty string (it's always a calculated value)