GigaSpaces XAP.NET Documentation
LookupLocators Property
Class LibraryGigaSpaces.CoreSpaceProxyFactoryLookupLocators
Determines which lookup locators to use when searching for the space 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: 11.0.0.0 (11.0.0.14800)