 | RedisConfigurationSectionServers Property |
The REDIS server(s) which should be contacted for storing data
Namespace: SanteDB.Caching.Redis.ConfigurationAssembly: SanteDB.Caching.Redis (in SanteDB.Caching.Redis.dll) Version: 3.0.2081-alpha+ce906ccc8091ff0a3c40d1fff3e2485e75a86c5b
Syntaxpublic string[] Servers { get; set; }Public Property Servers As String()
Get
Set
public:
property array<String^>^ Servers {
array<String^>^ get ();
void set (array<String^>^ value);
}member Servers : string[] with get, set
Property Value
String
See Also