ApprovalItemApprovalStatus Property  | 
 
            An enumeration indicating the overall current status of the approval process for this item.
            
 
    Namespace: 
   FactoryLogix.xTend.DataObjects
    Assembly:
   FactoryLogix.xTend.DataObjects (in FactoryLogix.xTend.DataObjects.dll) Version: 8.254.0.0 (8.254.0.0)
Syntaxpublic ApprovalStatus ApprovalStatus { get; set; }Public Property ApprovalStatus As ApprovalStatus
	Get
	Set
public:
property ApprovalStatus ApprovalStatus {
	ApprovalStatus get ();
	void set (ApprovalStatus value);
}member ApprovalStatus : ApprovalStatus with get, set
Property Value
Type: 
ApprovalStatus
See Also