GigaSpaces XAP.NET Documentation
AssemblyPath Property
Class LibraryGigaSpaces.Core.ConfigurationTypeConfigurationElementAssemblyPath
Gets the path of the assembly that the type is defined within
Declaration Syntax
C#Visual BasicVisual C++J#
public string AssemblyPath { get; internal set; }
Public Property AssemblyPath As String
public:
property String^ AssemblyPath {
	String^ get ();
	void set (String^ value);
}
/** @property */
public String get_AssemblyPath()
/** @property */
public  void set_AssemblyPath(String value)

Assembly: GigaSpaces.Core (Module: GigaSpaces.Core) Version: 7.0.1.3800 (7.0.1.3800)