GigaSpaces XAP.NET Documentation
Name Property
Class LibraryGigaSpaces.XAP.EventsEventListenerContainer<(Of <(TData>)>)Name
Gets or sets the name of the container. This property is not required, but setting a friendly name might be helpful in debugging scenarios.
Declaration Syntax
C#Visual BasicVisual C++J#
public string Name { get; set; }
Public Property Name As String
public:
virtual property String^ Name {
	String^ get () sealed;
	void set (String^ value) sealed;
}
/** @property */
public final String get_Name()
/** @property */
public final  void set_Name(String value)

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