GigaSpaces XAP.NET Documentation
LookupLocators Property
Class LibraryGigaSpaces.CoreEmbeddedSpaceFactoryLookupLocators
Determines which lookup locators the space will be registered with in the lookup service.
Declaration Syntax
C#Visual BasicVisual C++J#
public string LookupLocators { get; set; }
Public Property LookupLocators As String
public:
property String^ LookupLocators {
	String^ get ();
	void set (String^ value);
}
/** @property */
public String get_LookupLocators()
/** @property */
public  void set_LookupLocators(String value)

Assembly: GigaSpaces.Core (Module: GigaSpaces.Core) Version: 12.3.0.0 (12.3.0.19000)