SIFWorks ADK 2.0
Conditions Property
NamespacesEdustructures.SifWorksConditionGroupConditions

[This is preliminary documentation and is subject to change.]

Gets the conditions in this group. If the group consists of only nested ConditionGroups, an empty array is returned; use the getConditionGroups method to retrieve the nested groups.
Declaration Syntax
C#Visual BasicVisual C++
public virtual Condition[] Conditions{ get;}
Public Overridable ReadOnly Property Conditions As Condition()
public:
virtual property array<Condition^>^ Conditions {
	array<Condition^>^ get ();
}
Return Value
An array of Conditions added to this group, or an empty array if the group consists of only nested ConditionGroups

Assembly: Edustructures.SifWorks.Adk (Module: Edustructures.SifWorks.Adk) Version: 2.0.0.10