ApprovalStep.ApprovalActions Property |
A read-only list of the approval events (signoff, rejection, etc.) that have occurred against this approval process step.
Namespace:
FactoryLogix.xTend.DataObjects
Assembly:
FactoryLogix.xTend.DataObjects (in FactoryLogix.xTend.DataObjects.dll) Version: 8.245.0.0 (8.245.0.0)
Syntaxpublic IEnumerable<ApprovalAction> ApprovalActions { get; }
Public ReadOnly Property ApprovalActions As IEnumerable(Of ApprovalAction)
Get
public:
property IEnumerable<ApprovalAction^>^ ApprovalActions {
IEnumerable<ApprovalAction^>^ get ();
}
member ApprovalActions : IEnumerable<ApprovalAction> with get
Property Value
Type:
IEnumerable<ApprovalAction>
See Also