[Missing <summary> documentation for "P:Couchbase.Configuration.Server.Serialization.BucketConfig.Ddocs"]
Namespace: Couchbase.Configuration.Server.SerializationAssembly: Couchbase.NetClient (in Couchbase.NetClient.dll) Version: 2.0.0.0 (2.0.0.0)
Syntaxpublic Ddocs Ddocs { get; set; }
public Ddocs Ddocs { get; set; }
Public Property Ddocs As Ddocs
Get
Set
Public Property Ddocs As Ddocs
Get
Set
public:
virtual property Ddocs^ Ddocs {
Ddocs^ get () sealed;
void set (Ddocs^ value) sealed;
}
public:
virtual property Ddocs^ Ddocs {
Ddocs^ get () sealed;
void set (Ddocs^ value) sealed;
}
abstract Ddocs : Ddocs with get, set
override Ddocs : Ddocs with get, set
abstract Ddocs : Ddocs with get, set
override Ddocs : Ddocs with get, set
Property Value
Type:
DdocsImplements
IBucketConfig.Ddocs
See Also