public IList<AclRecord> AclRecords { get; set; }
Public Property AclRecords As IList(Of AclRecord)
Get
Set
public:
property IList<AclRecord^>^ AclRecords {
IList<AclRecord^>^ get ();
void set (IList<AclRecord^>^ value);
}
member AclRecords : IList<AclRecord> with get, set