public IList ConditionRows { get; init; }
Public Property ConditionRows As IList
Get
Set
public:
virtual property IList^ ConditionRows {
IList^ get () sealed;
void set (IList^ value) sealed;
}
abstract ConditionRows : IList with get, set
override ConditionRows : IList with get, set