SIFWorks ADK 2.0
HomeDir Property
NamespacesEdustructures.SifWorksAgentHomeDir

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

Gets the agent's home directory. By default, the home directory is the directory the agent was started from (if defined, the "adk.home" System property overrides this value.) You may override this method to return a home directory specific to your product's installation directory structure. The Agent Runtime creates all work directories and files relative to the home directory. In some cases the Class Framework creates workspaces even when the Agent Runtime is not enabled.
Declaration Syntax
C#Visual BasicVisual C++
public virtual string HomeDir{ get;}
Public Overridable ReadOnly Property HomeDir As String
public:
virtual property String^ HomeDir {
	String^ get ();
}
Return Value
The agent's home directory

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