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