0 out of 1 rated this helpful - Rate this topic

DtdEntity.Prefix | prefix property

Returns the namespace prefix.

Syntax


var prefix = dtdEntity.prefix;
dtdEntity.prefix = prefix;

Property value

Type: Object [JavaScript] | System.Object [.NET] | Platform::Object [C++]

The namespace prefix specified on the element, attribute, or entity reference. For example, for the element <xxx:yyy>, this property returns xxx. It returns an empty string, "", if no prefix is specified.

Requirements

Minimum supported client

Windows 8

Minimum supported server

Windows Server 2012

Namespace

Windows.Data.Xml.Dom
Windows::Data::Xml::Dom [C++]

Metadata

Windows.winmd

See also

DtdEntity

 

 

Build date: 12/4/2012

© 2013 Microsoft. All rights reserved.