Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

Overview

Gets an attribute value on the current node.

string myXml.GetAttribute(attributeName: string)

Arguments

string attributeName
Specifies the name of the attribute

Remarks

Returns null if attribute does not exist.

Example

Basic Usage

var name = $Xml.GetAttribute('Name');
  • No labels