BOMLineItemRevisionList Property |
A comma-separated list of the specific revisions of the part that are permissible for this BOM line item
on this specific BOM. The exact usage of this property depends on the setting of the RevisionMode property.
See details of the
RevisionMode enumeration for more information.
Namespace:
FactoryLogix.xTend.DataObjects
Assembly:
FactoryLogix.xTend.DataObjects (in FactoryLogix.xTend.DataObjects.dll) Version: 8.245.0.0 (8.245.0.0)
Syntax public string RevisionList { get; set; }
Public Property RevisionList As String
Get
Set
public:
property String^ RevisionList {
String^ get ();
void set (String^ value);
}
member RevisionList : string with get, set
Property Value
Type:
StringSee Also