The username for connecting to a Bucket.
Namespace: Couchbase.Configuration.ClientAssembly: Couchbase.NetClient (in Couchbase.NetClient.dll) Version: 2.0.0.0 (2.0.0.0)
Syntaxpublic string Username { get; set; }
public string Username { get; set; }
Public Property Username As String
Get
Set
Public Property Username As String
Get
Set
public:
property String^ Username {
String^ get ();
void set (String^ value);
}
public:
property String^ Username {
String^ get ();
void set (String^ value);
}
member Username : string with get, set
member Username : string with get, set
Property Value
Type:
String
RemarksThe
BucketName is used for as the username for connecting to Buckets.
See Also