SIFWorks ADK 2.0
GetProperty Method (prop, def)
NamespacesEdustructures.SifWorksAdkPropertiesGetProperty(String, Boolean)

[This is preliminary documentation and is subject to change.]

Gets a property value as a boolean. The property is inherited from this object's parent if not defined.
Declaration Syntax
C#Visual BasicVisual C++
public virtual bool GetProperty(
	string prop,
	bool def
)
Public Overridable Function GetProperty ( _
	prop As String, _
	def As Boolean _
) As Boolean
public:
virtual bool GetProperty (
	String^ prop, 
	bool def
)
Parameters
prop (String)
The name of the property
def (Boolean)
The default value to return when the proprety is undefined or is not set to "true"
Return Value
The value of the property, or defaultValue if undefined or is not set to "true"

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