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