Discuss this help topic in SecureBlackbox Forum
Indicates the expiration time of the metadata.
Declaration
[C#]
DateTime ValidUntil;
[VB.NET]
Property ValidUntil As DateTime
[Pascal]
property ValidUntil : TElDateTime;
[C++]
int64_t get_ValidUntil();
void set_ValidUntil(int64_t Value);
[PHP]
DateTime get_ValidUntil()
void set_ValidUntil(DateTime $Value)
[Java]
Date getValidUntil();
void setValidUntil(Date Value);
Description
Use this property to specify the expiration time of the metadata.
Discuss this help topic in SecureBlackbox Forum