ProductSerialNumbers Property |
Namespace:
Aloe.EnterpriseOne.Model.General.Products
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic ChildCollection<SerialNumber> SerialNumbers { get; }
Public ReadOnly Property SerialNumbers As ChildCollection(Of SerialNumber)
Get
public:
property ChildCollection<SerialNumber^>^ SerialNumbers {
ChildCollection<SerialNumber^>^ get ();
}
member SerialNumbers : ChildCollection<SerialNumber> with get
Property Value
Type:
ChildCollectionSerialNumber
See Also