 | RedisConfigurationSectionTTLXml Property |
XML serialized value of the time-to-live parameter.
Namespace: SanteDB.Caching.Redis.ConfigurationAssembly: SanteDB.Caching.Redis (in SanteDB.Caching.Redis.dll) Version: 3.0.2081-alpha+ce906ccc8091ff0a3c40d1fff3e2485e75a86c5b
Syntaxpublic string TTLXml { get; set; }Public Property TTLXml As String
Get
Set
public:
property String^ TTLXml {
String^ get ();
void set (String^ value);
}member TTLXml : string with get, set
Property Value
String
RemarksThis is added because the attribute for
TimeSpan is not supported by the .NET Serializer
See Also