[Missing <summary> documentation for "P:Couchbase.IO.Operations.OperationBody.Extras"]
Namespace: Couchbase.IO.OperationsAssembly: Couchbase.NetClient (in Couchbase.NetClient.dll) Version: 2.0.0.0 (2.0.0.0)
Syntaxpublic byte[] Extras { get; set; }
public byte[] Extras { get; set; }
Public Property Extras As Byte()
Get
Set
Public Property Extras As Byte()
Get
Set
public:
property array<unsigned char>^ Extras {
array<unsigned char>^ get ();
void set (array<unsigned char>^ value);
}
public:
property array<unsigned char>^ Extras {
array<unsigned char>^ get ();
void set (array<unsigned char>^ value);
}
member Extras : byte[] with get, set
member Extras : byte[] with get, set
Property Value
Type:
Byte[]
See Also