| XmlUtilsGetAttributeValue Method (String, XmlNode, Boolean, Boolean) |
Namespace:
Omada.OE.AppLogic.Serialization
Assembly:
Omada.OE.AppLogic (in Omada.OE.AppLogic.dll) Version: 15.0.0.0
Syntaxpublic static bool GetAttributeValue(
string attributeName,
XmlNode node,
bool defaultValue,
bool throwIfAttributeNotPresent = false
)
Parameters
- attributeName
- Type: SystemString
- node
- Type: System.XmlXmlNode
- defaultValue
- Type: SystemBoolean
- throwIfAttributeNotPresent (Optional)
- Type: SystemBoolean
Return Value
Type:
Boolean
See Also