'Declaration
Public Function GetFolderDescendants() As System.Collections.Generic.ICollection(Of Integer)
'Usage
Dim instance As Folder Dim value As System.Collections.Generic.ICollection(Of Integer) value = instance.GetFolderDescendants()
public System.Collections.Generic.ICollection<int> GetFolderDescendants()