[Missing <summary> documentation for "P:Couchbase.IO.SocketAsyncState.Opaque"]
Namespace: Couchbase.IOAssembly: Couchbase.NetClient (in Couchbase.NetClient.dll) Version: 2.0.0.0 (2.0.0.0)
Syntaxpublic uint Opaque { get; set; }
public uint Opaque { get; set; }
Public Property Opaque As UInteger
Get
Set
Public Property Opaque As UInteger
Get
Set
public:
property unsigned int Opaque {
unsigned int get ();
void set (unsigned int value);
}
public:
property unsigned int Opaque {
unsigned int get ();
void set (unsigned int value);
}
member Opaque : uint32 with get, set
member Opaque : uint32 with get, set
Property Value
Type:
UInt32
See Also