SIFWorks ADK 2.0
GetProperty Method (name, defaultVal)
NamespacesEdustructures.SifWorksAdkPropertiesGetProperty(String, String)

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

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

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