 | SalesReturnReceivalDtoReturnLinesDtoReturnTypeFlag Property |
Namespace:
Bex.API.ServiceDTOs
Assembly:
Bex.API (in Bex.API.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic short? ReturnTypeFlag { get; set; }
Public Property ReturnTypeFlag As Short?
Get
Set
public:
property Nullable<short> ReturnTypeFlag {
Nullable<short> get ();
void set (Nullable<short> value);
}
member ReturnTypeFlag : Nullable<int16> with get, set
Property Value
Type:
NullableInt16
See Also