ApprovalItemApprovalSteps Property  | 
 
            An read-only list of the approval steps associated with this approval point.
            
 
    Namespace: 
   FactoryLogix.xTend.DataObjects
    Assembly:
   FactoryLogix.xTend.DataObjects (in FactoryLogix.xTend.DataObjects.dll) Version: 8.254.0.0 (8.254.0.0)
Syntaxpublic IEnumerable<ApprovalStep> ApprovalSteps { get; }Public ReadOnly Property ApprovalSteps As IEnumerable(Of ApprovalStep)
	Get
public:
property IEnumerable<ApprovalStep^>^ ApprovalSteps {
	IEnumerable<ApprovalStep^>^ get ();
}member ApprovalSteps : IEnumerable<ApprovalStep> with get
Property Value
Type: 
IEnumerableApprovalStep
See Also