UserBusinessRuleConditions Property |
Namespace:
Aloe.EnterpriseOne.Model.Systems.Bpm
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic ChildCollection<UserBusinessRuleCondition> Conditions { get; }
Public ReadOnly Property Conditions As ChildCollection(Of UserBusinessRuleCondition)
Get
public:
property ChildCollection<UserBusinessRuleCondition^>^ Conditions {
ChildCollection<UserBusinessRuleCondition^>^ get ();
}
member Conditions : ChildCollection<UserBusinessRuleCondition> with get
Property Value
Type:
ChildCollectionUserBusinessRuleCondition
See Also