DocumentInformationNode.TagName Property
Gets the tag name for this node.
Namespace: Microsoft.Windows.Design.Documents.Trees
Assembly: Microsoft.Windows.Design.Markup (in Microsoft.Windows.Design.Markup.dll)
Syntax
'Declaration
Public ReadOnly Property TagName As String
'Usage
Dim instance As DocumentInformationNode
Dim value As String
value = instance.TagName
public string TagName { get; }
public:
property String^ TagName {
String^ get ();
}
public function get TagName () : String
Property Value
Type: System.String
The tag name for this node
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
DocumentInformationNode Members
Microsoft.Windows.Design.Documents.Trees Namespace