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