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