A list of IP's to bootstrap off of.
Namespace: Couchbase.Configuration.ClientAssembly: Couchbase.NetClient (in Couchbase.NetClient.dll) Version: 2.0.0.0 (2.0.0.0)
Syntaxpublic List<Uri> Servers { get; set; }
public List<Uri> Servers { get; set; }
Public Property Servers As List(Of Uri)
Get
Set
Public Property Servers As List(Of Uri)
Get
Set
public:
property List<Uri^>^ Servers {
List<Uri^>^ get ();
void set (List<Uri^>^ value);
}
public:
property List<Uri^>^ Servers {
List<Uri^>^ get ();
void set (List<Uri^>^ value);
}
member Servers : List<Uri> with get, set
member Servers : List<Uri> with get, set
Property Value
Type:
List<Uri>
See Also