RequestStatusPropertyCollectionAdd(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: 2023.1.2.0
public RequestStatusProperty Add(
	string code,
	string message,
	string data
)

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

RequestStatusProperty
Returns the new property that was created and added to the collection

See Also