ImportConfigFileSystemEntryIds Property  | 
 
            Gets the IDs of the file system entries to be imported.
            
 
    Namespace: 
   Dundas.BI.Transfer
    Assembly:
   Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (25.3.0.1000)
Syntaxpublic ICollection<Guid> FileSystemEntryIds { get; }Public ReadOnly Property FileSystemEntryIds As ICollection(Of Guid)
	Get
public:
property ICollection<Guid>^ FileSystemEntryIds {
	ICollection<Guid>^ get ();
}member FileSystemEntryIds : ICollection<Guid> with get
Property Value
Type: 
ICollectionGuid
See Also