Gets or sets the external DLL directory used in RMI. All the dlls in this directory are searched to load the invocable class

Namespace: Com.Tibco.As.Space
Assembly: TIBCO.ActiveSpaces.Common (in TIBCO.ActiveSpaces.Common.dll) Version: 2.0.0.0 (2.2.0.015)

Syntax

C#
public static string ExternalDllDirectory { get; set; }
Visual Basic
Public Shared Property ExternalDllDirectory As String
	Get
	Set
Visual C++
public:
static property String^ ExternalDllDirectory {
	String^ get ();
	void set (String^ value);
}
F#
static member ExternalDllDirectory : string with get, set

Property Value

Type: String
The external DLL directory.

See Also