[Missing <summary> documentation for "P:Couchbase.Configuration.Server.Serialization.VBucketServerMap.VBucketMapForward"]
Namespace: Couchbase.Configuration.Server.SerializationAssembly: Couchbase.NetClient (in Couchbase.NetClient.dll) Version: 2.0.0.0 (2.0.0.0)
Syntaxpublic int[][] VBucketMapForward { get; set; }
public int[][] VBucketMapForward { get; set; }
Public Property VBucketMapForward As Integer()()
Get
Set
Public Property VBucketMapForward As Integer()()
Get
Set
public:
property array<array<int>^>^ VBucketMapForward {
array<array<int>^>^ get ();
void set (array<array<int>^>^ value);
}
public:
property array<array<int>^>^ VBucketMapForward {
array<array<int>^>^ get ();
void set (array<array<int>^>^ value);
}
member VBucketMapForward : int[][] with get, set
member VBucketMapForward : int[][] with get, set
Property Value
Type:
Int32[][]
See Also