SIFWorks ADK 2.0
SetProperty Method (key, value)
NamespacesEdustructures.UtilPropertiesSetProperty(String, String)

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

Sets a system property. This overrides the setting that set in the "appSettings" section of the app.config
Declaration Syntax
C#Visual BasicVisual C++
public static void SetProperty(
	string key,
	string value
)
Public Shared Sub SetProperty ( _
	key As String, _
	value As String _
)
public:
static void SetProperty (
	String^ key, 
	String^ value
)
Parameters
key (String)
the key of the property to set
value (String)
the value to set

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