Click or drag to resize

ICMSPageAttribute Method

Gets an Attribute by its name.

Namespace:  Ingeniux.Runtime
Assembly:  IGXRuntimeAPI (in IGXRuntimeAPI.dll) Version: 10.3.169
Syntax
ICMSAttribute Attribute(
	XName name
)

Parameters

name
Type: System.Xml.LinqXName
Name of the Attribute. Can be a string name directly if no namespace is involved.

Return Value

Type: ICMSAttribute
An Attribute with the given name, or null if the attribute doesn't exist.
See Also