Gets or sets the lookup locators (ip:port) of the lookup service that will be used to listen
for events.

C# | Visual Basic | Visual C++ | J# |
public ICollection<string> Locators { get; set; }
Public Property Locators As ICollection(Of String)
public: property ICollection<String^>^ Locators { ICollection<String^>^ get (); void set (ICollection<String^>^ value); }
/** @property */ public ICollection<String> get_Locators() /** @property */ public void set_Locators(ICollection<String> value)