[Missing <summary> documentation for "P:Couchbase.Configuration.Server.Serialization.Pools.Controllers"]
Namespace: Couchbase.Configuration.Server.SerializationAssembly: Couchbase.NetClient (in Couchbase.NetClient.dll) Version: 2.0.0.0 (2.0.0.0)
Syntaxpublic Dictionary<string, Controller> Controllers { get; set; }
public Dictionary<string, Controller> Controllers { get; set; }
Public Property Controllers As Dictionary(Of String, Controller)
Get
Set
Public Property Controllers As Dictionary(Of String, Controller)
Get
Set
public:
property Dictionary<String^, Controller^>^ Controllers {
Dictionary<String^, Controller^>^ get ();
void set (Dictionary<String^, Controller^>^ value);
}
public:
property Dictionary<String^, Controller^>^ Controllers {
Dictionary<String^, Controller^>^ get ();
void set (Dictionary<String^, Controller^>^ value);
}
member Controllers : Dictionary<string, Controller> with get, set
member Controllers : Dictionary<string, Controller> with get, set
Property Value
Type:
Dictionary<String,
Controller>
See Also