Gets or sets the maximum time to live of an object which is inserted to the local cache before being expired.
Declaration Syntax
C# | Visual Basic | Visual C++ | J# |
public Nullable<long> MaxTimeToLive { get; set; }
Public Property MaxTimeToLive As Nullable(Of Long) Get Set
public: property Nullable<long long> MaxTimeToLive { Nullable<long long> get (); void set (Nullable<long long> value); }
/** @property */ public Nullable<long> get_MaxTimeToLive() /** @property */ public void set_MaxTimeToLive(Nullable<long> value)