 | PurchaseReturnDtoLinesList Property |
Namespace:
Bex.API.ServiceDTOs
Assembly:
Bex.API (in Bex.API.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic List<PurchaseReturnDtoLines> LinesList { get; set; }
Public Property LinesList As List(Of PurchaseReturnDtoLines)
Get
Set
public:
property List<PurchaseReturnDtoLines^>^ LinesList {
List<PurchaseReturnDtoLines^>^ get ();
void set (List<PurchaseReturnDtoLines^>^ value);
}
member LinesList : List<PurchaseReturnDtoLines> with get, set
Property Value
Type:
ListPurchaseReturnDtoLines
See Also