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.245.0.0 (8.245.0.0)
Syntax public 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:
IEnumerableApprovalStepSee Also