Click or drag to resize
XdsUtilgetAssociation Method
Get the association value string of the first child <association> element (if any) of the passed parent element.

Namespace: DXMLBase.Xds
Assembly: DXMLBase (in DXMLBase.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public static string getAssociation(
	XmlElement opElement
)

Parameters

opElement
Type: System.XmlXmlElement
The parent element containing the <association> element.

Return Value

Type: String
The association string value, or an empty string if there is no association.
See Also