FileSystemEntryFiles Property  | 
 
            Gets the files contained in the entry.
            
 
    Namespace: 
   Dundas.BI.FileSystem
    Assembly:
   Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (25.3.0.1000)
Syntaxpublic IReadOnlyList<File> Files { get; }Public ReadOnly Property Files As IReadOnlyList(Of File)
	Get
public:
property IReadOnlyList<File^>^ Files {
	IReadOnlyList<File^>^ get ();
}member Files : IReadOnlyList<File> with get
Property Value
Type: 
IReadOnlyListFile
See Also