ICMSPageGetAttributeValue Method
|
Gets the value of an
Attribute, if the attribute exists.
Namespace:
Ingeniux.Runtime
Assembly:
IGXRuntimeAPI (in IGXRuntimeAPI.dll) Version: 10.3.169
Syntax string GetAttributeValue(
XName name
)
Function GetAttributeValue (
name As XName
) As String
String^ GetAttributeValue(
XName^ name
)
abstract GetAttributeValue :
name : XName -> string
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