SIFWorks ADK 2.0
GetProperty Method (node, propertyName, defaultValue)
NamespacesEdustructures.SifWorks.Tools.CfgAgentConfigGetProperty(XmlElement, String, Boolean)

[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
Declaration Syntax
C#Visual BasicVisual 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
)
Parameters
node (XmlElement)
propertyName (String)
defaultValue (Boolean)
Return Value

Assembly: Edustructures.SifWorks.Adk (Module: Edustructures.SifWorks.Adk) Version: 2.0.0.10