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