GigaSpaces XAP.NET Documentation
Name Property
Class LibraryGigaSpaces.XAP.EventsIEventListenerContainer<(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#
string Name { get; set; }
Property Name As String
property String^ Name {
	String^ get ();
	void set (String^ value);
}
/** @property */
String get_Name()
/** @property */
 void set_Name(String value)

Assembly: GigaSpaces.Core (Module: GigaSpaces.Core) Version: 12.1.0.0 (12.1.0.17000)