SIFWorks ADK 2.0
GetProperty Method (key)
NamespacesEdustructures.UtilPropertiesGetProperty(String)

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

Returns the value of the specified named property from the "appSettings" section of the app.config
Declaration Syntax
C#Visual BasicVisual C++
public static string GetProperty(
	string key
)
Public Shared Function GetProperty ( _
	key As String _
) As String
public:
static String^ GetProperty (
	String^ key
)
Parameters
key (String)
the key of the value that should be returned
Return Value
the value from the app.config
Remarks
If the specified property does not exist, an empty string ("") is returned

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