Result Constructor (Object, String) | |
This Constructor sets the result as successful
Namespace:
SIC
Assembly:
SIC (in SIC.dll) Version: 19.1.23.1 (19.1.23.622)
Syntax public Result(
Object pItem = null,
string pDescription = ""
)
Public Sub New (
Optional pItem As Object = Nothing,
Optional pDescription As String = ""
)
Parameters
- pItem (Optional)
- Type: SystemObject
optional can use as data item or other return data bag (see property Item) - pDescription (Optional)
- Type: SystemString
optional can write a individuell description
See Also