[Missing <summary> documentation for "P:Couchbase.Configuration.Server.Serialization.BucketConfig.ProxyPort"]
Namespace: Couchbase.Configuration.Server.SerializationAssembly: Couchbase.NetClient (in Couchbase.NetClient.dll) Version: 2.0.0.0 (2.0.0.0)
Syntaxpublic int ProxyPort { get; set; }
public int ProxyPort { get; set; }
Public Property ProxyPort As Integer
Get
Set
Public Property ProxyPort As Integer
Get
Set
public:
virtual property int ProxyPort {
int get () sealed;
void set (int value) sealed;
}
public:
virtual property int ProxyPort {
int get () sealed;
void set (int value) sealed;
}
abstract ProxyPort : int with get, set
override ProxyPort : int with get, set
abstract ProxyPort : int with get, set
override ProxyPort : int with get, set
Property Value
Type:
Int32Implements
IBucketConfig.ProxyPort
See Also