GigaSpaces XAP.NET Documentation
NameSpace Property
Class LibraryGigaSpaces.Core.ConfigurationScanAssemblyConfigurationElementNameSpace
Gets or sets the name space within the assembly that should be scanned, null means all.
Declaration Syntax
C#Visual BasicVisual C++J#
public string NameSpace { get; set; }
Public Property NameSpace As String
	Get
	Set
public:
property String^ NameSpace {
	String^ get ();
	void set (String^ value);
}
/** @property */
public String get_NameSpace()
/** @property */
public  void set_NameSpace(String value)

Assembly: GigaSpaces.Core (Module: GigaSpaces.Core) Version: 14.2.0.0 (14.2.0.20400)