Collection of objects the rule is set for.

Namespace:  PerpetuumSoft.DataModel.MsSql
Assembly:  PerpetuumSoft.DataModel (in PerpetuumSoft.DataModel.dll) Version: 1.0.0.0

Syntax

C#
public RuleDefaultObjectCollection RuleObjects { get; }
Visual Basic (Declaration)
Public ReadOnly Property RuleObjects As RuleDefaultObjectCollection
Visual C++
public:
property RuleDefaultObjectCollection^ RuleObjects {
	RuleDefaultObjectCollection^ get ();
}

See Also