GigaSpaces XAP.NET Documentation
Dependencies Property
Class LibraryGigaSpaces.Core.ConfigurationTypeConfigurationElementDependencies
Gets the dependencies of the assembly that the type is defined within
Declaration Syntax
C#Visual BasicVisual C++J#
public DependenciesConfigurationElement Dependencies { get; internal set; }
Public Property Dependencies As DependenciesConfigurationElement
public:
property DependenciesConfigurationElement^ Dependencies {
	DependenciesConfigurationElement^ get ();
	void set (DependenciesConfigurationElement^ value);
}
/** @property */
public DependenciesConfigurationElement get_Dependencies()
/** @property */
public  void set_Dependencies(DependenciesConfigurationElement value)

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