Namespace:
Aloe.EnterpriseOne.Model.Applications.Mail
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic ChildCollection<BoxFolder> Folders { get; }
Public ReadOnly Property Folders As ChildCollection(Of BoxFolder)
Get
public:
property ChildCollection<BoxFolder^>^ Folders {
ChildCollection<BoxFolder^>^ get ();
}
member Folders : ChildCollection<BoxFolder> with get
Property Value
Type:
ChildCollectionBoxFolder
See Also