Get an attribute by name

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

Syntax

C#
public ICMSAttribute Attribute(
	XName name
)
Visual Basic
Public Function Attribute ( 
	name As XName
) As ICMSAttribute
Visual C++
public:
virtual ICMSAttribute^ Attribute(
	XName^ name
) sealed

Parameters

name
Type: System.Xml.Linq..::..XName
Name of attribute

Return Value

Type: ICMSAttribute
Attribute if exists

Implements

ICMSPage..::..Attribute(XName)

See Also