XdmReader.UnparsedEntities PropertyXdmReader.UnparsedEntities PropertyXdmReader::UnparsedEntities Property

Returns the names of the unparsed external entities.

Syntax

Public ReadOnly Property UnparsedEntities As ICollection(Of String)
        Get
public ICollection<string> UnparsedEntities { get; }
public:
property ICollection<String^>^ UnparsedEntities {
    ICollection<String^>^ get();
}