Gets or sets a collection of conditions for the rule, if any.
Namespace: ConnectedApps.Cms.Entities.RewriteAssembly: ConnectedApps.Cms (in ConnectedApps.Cms.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic EntityCollection<Condition> Conditions { get; set; }
Public Property Conditions As EntityCollection(Of Condition)
Get
Set
public:
property EntityCollection<Condition^>^ Conditions {
EntityCollection<Condition^>^ get ();
void set (EntityCollection<Condition^>^ value);
}
member Conditions : EntityCollection<Condition> with get, set
Property Value
Type:
EntityCollectionCondition
See Also