Discuss this help topic in SecureBlackbox Forum
Indicates the maximum time during which the metadata should be cached.
Declaration
[C#]
string CacheDuration;
[VB.NET]
Property CacheDuration As String
[Pascal]
property CacheDuration : string;
[C++]
void get_CacheDuration(std::string &OutResult);
void set_CacheDuration(const std::string &Value);
[PHP]
string get_CacheDuration()
void set_CacheDuration(string $Value)
[Java]
String getCacheDuration();
void setCacheDuration(String Value);
Description
This property specifies the maximum length of time during which the metadata should be cached by a consumer.
Discuss this help topic in SecureBlackbox Forum