 | CreateSalesReturnLineSpecificationDtoReturnReasonCode Property |
Namespace:
Bex.API.ServiceDTOs
Assembly:
Bex.API (in Bex.API.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic string ReturnReasonCode { get; set; }
Public Property ReturnReasonCode As String
Get
Set
public:
property String^ ReturnReasonCode {
String^ get ();
void set (String^ value);
}
member ReturnReasonCode : string with get, set
Property Value
Type:
String
See Also