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