The Uri of the Couchbase server to connect to.
Namespace: Couchbase.Configuration.Client.ProvidersAssembly: Couchbase.NetClient (in Couchbase.NetClient.dll) Version: 2.0.0.0 (2.0.0.0)
Syntaxpublic Uri Uri { get; set; }
public Uri Uri { get; set; }
Public Property Uri As Uri
Get
Set
Public Property Uri As Uri
Get
Set
public:
property Uri^ Uri {
Uri^ get ();
void set (Uri^ value);
}
public:
property Uri^ Uri {
Uri^ get ();
void set (Uri^ value);
}
member Uri : Uri with get, set
member Uri : Uri with get, set
Property Value
Type:
Uri
See Also