Request Status Property CollectionAdd(String, String, String) Method
Add a RequestStatusProperty to the collection and assign it the specified status code,
message, and extended data.
Definition
Namespace: EWSoftware.PDI.Properties
Assembly: EWSoftware.PDI.Data (in EWSoftware.PDI.Data.dll) Version: 2025.1.9.0
Returns the new property that was created and added to the collection
Assembly: EWSoftware.PDI.Data (in EWSoftware.PDI.Data.dll) Version: 2025.1.9.0
C#
public RequestStatusProperty Add(
string code,
string message,
string data
)VB
Public Function Add (
code As String,
message As String,
data As String
) As RequestStatusPropertyC++
public:
RequestStatusProperty^ Add(
String^ code,
String^ message,
String^ data
)F#
member Add :
code : string *
message : string *
data : string -> RequestStatusProperty Parameters
- code String
- The status code to assign to the new property
- message String
- The message value to assign to the new property
- data String
- The extended data, if any, to assign to the new property
Return Value
RequestStatusPropertyReturns the new property that was created and added to the collection