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