 | ShopReportDtoReturns Property |
Namespace:
Bex.API.ServiceDTOs
Assembly:
Bex.API (in Bex.API.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic int Returns { get; set; }
Public Property Returns As Integer
Get
Set
public:
property int Returns {
int get ();
void set (int value);
}
member Returns : int with get, set
Property Value
Type:
Int32
See Also