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