PackingListItemPartRevisions Property |
An option list of part revisions that could be packed.
Namespace:
FactoryLogix.xTend.DataObjects
Assembly:
FactoryLogix.xTend.DataObjects (in FactoryLogix.xTend.DataObjects.dll) Version: 8.245.0.0 (8.245.0.0)
Syntax public IEnumerable<string> PartRevisions { get; }
Public ReadOnly Property PartRevisions As IEnumerable(Of String)
Get
public:
property IEnumerable<String^>^ PartRevisions {
IEnumerable<String^>^ get ();
}
member PartRevisions : IEnumerable<string> with get
Property Value
Type:
IEnumerableStringSee Also