[This is preliminary documentation and is subject to change.]
When overridden in a derived class, gets the namespace prefix associated with the current node.
Namespace: Tools.XmlT.XPathTAssembly: Tools (in Tools.dll) Version: 1.5.3.38916 (1.5.3.38916)
Syntax
| C# |
|---|
[EditorBrowsableAttribute(EditorBrowsableState.Never)] public override string Prefix { get; } |
| Visual Basic |
|---|
<EditorBrowsableAttribute(EditorBrowsableState.Never)> _ Public Overrides ReadOnly Property Prefix As String Get |
| Visual C++ |
|---|
[EditorBrowsableAttribute(EditorBrowsableState::Never)] public: virtual property String^ Prefix { String^ get () override; } |
| F# |
|---|
[<EditorBrowsableAttribute(EditorBrowsableState.Never)>] abstract Prefix : string [<EditorBrowsableAttribute(EditorBrowsableState.Never)>] override Prefix : string |
| JScript |
|---|
override function get Prefix () : String |