XmlText.Prefix Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets the namespace prefix.
public:
property Platform::Object ^ Prefix { Platform::Object ^ get(); void set(Platform::Object ^ value); };
IInspectable Prefix();
void Prefix(IInspectable value);
public object Prefix { get; set; }
var object = xmlText.prefix;
xmlText.prefix = object;
Public Property Prefix As Object
Property Value
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.