ResultGetItemText Method | |
Gives protocol text from data item
Namespace:
SIC
Assembly:
SIC (in SIC.dll) Version: 19.1.23.1 (19.1.23.622)
Syntax private static string GetItemText(
Object pItem
)
Private Shared Function GetItemText (
pItem As Object
) As String
Parameters
- pItem
- Type: SystemObject
as data item. The pItem must be based on SOWI Data IDataStandard.
Return Value
Type:
String
If ran successful then gives protocol text from Exception.
If triggered an exception then gives text begin #Err and exception message.
See Also