LogFilePeriod Property

Description

Returns or sets a Long value specifying the log-file period for this NetShow Unicast Manager Admin control.

Syntax

NSUnicastMgr.LogFilePeriod

Remarks

The log file period is a number whose value determines when the log file will be reset. Following is a list of supported values:

Value Period Description
0 File size The log file is reset when it reaches a specific size. This size is set or returned by using the LogFileSize property.
1 Daily The log file is reset daily.
2 Weekly The log file is reset weekly.
3 Monthly The log file is reset monthly.

To use the LogFileSize property, the value of the LogFilePeriod property must be zero.

See Also

LogFileSize

© 1996-1998 Microsoft Corporation. All rights reserved.