Oracle® Coherence .NET API Reference Release 3.7.1
E22844-03

Get or set the public identifier of the DTD (DOCTYPE) for the document.

Namespace:  Tangosol.Run.Xml
Assembly:  Coherence (in Coherence.dll) Version: 3.7.1.23 (3.7.1.23)

Syntax

C#
public virtual string DtdName { get; set; }

Field Value

The DTD public identifier.

Implements

IXmlDocument..::.DtdName

Examples

-//Sun Microsystems, Inc.//DTD Web Application 1.2//EN

See Also