Get value of attribute

Namespace: Ingeniux.Runtime
Assembly: IGXRuntimeAPI90 (in IGXRuntimeAPI90.dll) Version: 9.0.82.0 (9.0.82)

Syntax

C#
public string GetAttributeValue(
	XName name
)
Visual Basic
Public Function GetAttributeValue ( 
	name As XName
) As String
Visual C++
public:
virtual String^ GetAttributeValue(
	XName^ name
) sealed

Parameters

name
Type: System.Xml.Linq..::..XName
Attribute name

Return Value

Type: String
Default is empty

Implements

ICMSPage..::..GetAttributeValue(XName)

See Also