Gets the value of an Attribute, if the attribute exists.
Namespace: Ingeniux.Runtime
Assembly: IGXRuntimeAPI (in IGXRuntimeAPI.dll) Version: 9.0.565.0 (9.0.565)
Syntax
Parameters
- name
- Type: System.Xml.LinqXName
Can pass in the string name directly if no namespace is involved.
Return Value
Type: StringThe value of the Attribute if it exist. Returns empty string otherwise.
See Also