| RedisConfigurationSectionTTLXml Property |
XML serialized value of the time-to-live parameter.
Namespace:
SanteDB.Caching.Redis.Configuration
Assembly:
SanteDB.Caching.Redis (in SanteDB.Caching.Redis.dll) Version: 2.2.1
Syntax public 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
Type:
StringRemarks This is added because the attribute for
TimeSpan is not supported by the .NET Serializer
See Also