This value is used to allow the VOIP application to determine if the VOIP Media Engine is a time bombed "engineering release" or a standard product image.

If the VOIP Media Engine you are using is a standard product image, this structure member will point to an empty ASCIIZ string (i.e. a zero length string). If the VOIP Media Engine you are using is a time bombed "engineering release" version, this value will point to a string that contains the time when the media engine will expire. The expire time is specified as the time in seconds since midnight, January 1, 1970 and is derived from the standard "C" runtime library time() function.

Namespace:  LanScape
Assembly:  LMEVoipManaged (in LMEVoipManaged.dll) Version: 6.0.5226.26700

Syntax

C#
public string EngineeringReleaseTimeout
Visual Basic (Declaration)
Public EngineeringReleaseTimeout As String
Visual C++
public:
String^ EngineeringReleaseTimeout
J#
public String EngineeringReleaseTimeout

See Also