The Memcached port to use.
Namespace: Couchbase.Configuration.ClientAssembly: Couchbase.NetClient (in Couchbase.NetClient.dll) Version: 2.0.0.0 (2.0.0.0)
Syntaxpublic int Port { get; set; }
public int Port { get; set; }
Public Property Port As Integer
Get
Set
Public Property Port As Integer
Get
Set
public:
property int Port {
int get ();
void set (int value);
}
public:
property int Port {
int get ();
void set (int value);
}
member Port : int with get, set
member Port : int with get, set
Property Value
Type:
Int32
See Also