[This is preliminary documentation and is subject to change.]
Gets a property value as an int. The property is
inherited from this object's parent if not defined locally.

Declaration Syntax
public virtual int GetProperty(
string prop,
int defaultValue
)
Public Overridable Function GetProperty ( _
prop As String, _
defaultValue As Integer _
) As Integer
public:
virtual int GetProperty (
String^ prop,
int defaultValue
)

Parameters
- prop (String)
- The name of the property
- defaultValue (Int32)
- The default value to return when the proprety is
undefined or is not an integer

Return Value
The value of the property, or defaultValue if
undefined or not an integer
Assembly: Edustructures.SifWorks.Adk (Module: Edustructures.SifWorks.Adk) Version: 2.0.0.10