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