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
	Get
	Set
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: 14.2.0.0 (14.2.0.20400)