Aspose Word and Microsoft Word Table type conflict

It appears that only Word Tables have a Title property and the following is not possible. Is the title extracted from an Aspose Table using ToString?

        NodeCollection tables = doc.GetChildNodes(NodeType.Table, true);
        foreach (Aspose.Words.Tables.Table table in tables)
        {
            if (table.Title == "")

@SCDGLC

The Table.Title returns the correct value. Perhaps, you are using the old version of Aspose.Words. Please use the latest version of Aspose.Words for .NET 19.7.

Ah ok, still waiting on confirmation of what is happening regarding the upgrade, thanks.

@SCDGLC

Please let us know if you still face any issue with Aspose.Words. We will be happy to help you.