GigaSpaces XAP.NET Documentation
SpaceProxyName Property
Class LibraryGigaSpaces.Core.XAP.ProcessingUnit.Containers.BasicContainerAbstractSpaceModeChangedAttributeSpaceProxyName
Gets the name of the space proxy that the marked method should listen for space mode changed events.
Declaration Syntax
C#Visual BasicVisual C++J#
public string SpaceProxyName { get; set; }
Public Property SpaceProxyName As String
public:
property String^ SpaceProxyName {
	String^ get ();
	void set (String^ value);
}
/** @property */
public String get_SpaceProxyName()
/** @property */
public  void set_SpaceProxyName(String value)

Assembly: GigaSpaces.Core (Module: GigaSpaces.Core) Version: 10.2.0.0 (10.2.1.14000)