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