[This is preliminary documentation and is subject to change.]
Gets the bolean value of a <property> element defined by a node. A value of
"True" or "Yes" will return true
| C# | Visual Basic | Visual C++ |
public virtual bool GetProperty( XmlElement node, string propertyName, bool defaultValue )
Public Overridable Function GetProperty ( _ node As XmlElement, _ propertyName As String, _ defaultValue As Boolean _ ) As Boolean
public: virtual bool GetProperty ( XmlElement^ node, String^ propertyName, bool defaultValue )
- node (XmlElement)
- propertyName (String)
- defaultValue (Boolean)