| BOMLineItemRevisionMode Property  | 
 
            An enumerated value along with the RevisionList property indicating which revision(s)
            of the associated 
InternalPart for this BOM line item 
            (as indicated by the Part property) should be utilized when building this assembly.
            
 
    Namespace: 
   FactoryLogix.xTend.DataObjects
    Assembly:
   FactoryLogix.xTend.DataObjects (in FactoryLogix.xTend.DataObjects.dll) Version: 8.254.0.0 (8.254.0.0)
 Syntax
Syntaxpublic RevisionMode RevisionMode { get; set; }Public Property RevisionMode As RevisionMode
	Get
	Set
public:
property RevisionMode RevisionMode {
	RevisionMode get ();
	void set (RevisionMode value);
}member RevisionMode : RevisionMode with get, set
Property Value
Type: 
RevisionMode See Also
See Also