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