ReturnCode..::..ReturnType Property

Gets or sets the type of the return.

Namespace:  JiwaFinancials.Jiwa.JiwaSupplierReturns.Configuration
Assembly:  JiwaSupplierReturns (in JiwaSupplierReturns.dll)

Syntax


public ReturnCode..::..ReturnTypes ReturnType { get; set; }
Public Property ReturnType As ReturnCode..::..ReturnTypes
	Get
	Set
public:
property ReturnCode..::..ReturnTypes^ ReturnType {
	ReturnCode..::..ReturnTypes^ get ();
	void set (ReturnCode..::..ReturnTypes^ value);
}

Field Value

The type of the return.

Exceptions


ExceptionCondition
ExceptionCannot change return type when it is in use. Make a new return code instead with the desired return type and disable this one.