ExtensibleDataObjectFiles Property |
Namespace:
Aloe.EnterpriseOne.Model.Systems.Core
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic ChildCollection<ObjectFile> Files { get; }
Public ReadOnly Property Files As ChildCollection(Of ObjectFile)
Get
public:
property ChildCollection<ObjectFile^>^ Files {
ChildCollection<ObjectFile^>^ get ();
}
member Files : ChildCollection<ObjectFile> with get
Property Value
Type:
ChildCollectionObjectFile
See Also