RequestStatusPropertyCollectionAdd(String, String, String) Method
Add a
RequestStatusProperty to the collection and assign it the specified status code,
message, and extended data.
Namespace: EWSoftware.PDI.PropertiesAssembly: EWSoftware.PDI.Data (in EWSoftware.PDI.Data.dll) Version: 2023.1.2.0
public RequestStatusProperty Add(
string code,
string message,
string data
)
Public Function Add (
code As String,
message As String,
data As String
) As RequestStatusProperty
public:
RequestStatusProperty^ Add(
String^ code,
String^ message,
String^ data
)
member Add :
code : string *
message : string *
data : string -> RequestStatusProperty
- 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
RequestStatusPropertyReturns the new property that was created and added to the collection