XdsUtilgetAssociation Method |
Get the association value string of the first child <association> element (if any) of
the passed parent element.
Namespace: DXMLBase.XdsAssembly: DXMLBase (in DXMLBase.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic static string getAssociation(
XmlElement opElement
)
Public Shared Function getAssociation (
opElement As XmlElement
) As String
public:
static String^ getAssociation(
XmlElement^ opElement
)
static member getAssociation :
opElement : XmlElement -> string
Parameters
- opElement
- Type: System.XmlXmlElement
The parent element containing the <association> element.
Return Value
Type:
StringThe association string value, or an empty string if there is no association.
See Also