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