Share via


RollingFlatFileTraceListenerData.RollSizeKB Property

Retired Content

This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This page may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist.

Roll Size KB

Namespace:  Microsoft.Practices.EnterpriseLibrary.Logging.Configuration
Assembly:  Microsoft.Practices.EnterpriseLibrary.Logging (in Microsoft.Practices.EnterpriseLibrary.Logging.dll)

Syntax

'Declaration
<ConfigurationPropertyAttribute("rollSizeKB")> _
PublicPropertyRollSizeKBAs Integer
[ConfigurationPropertyAttribute("rollSizeKB")]
public int RollSizeKB { get; set; }
[ConfigurationPropertyAttribute(L"rollSizeKB")]
public:
property int RollSizeKB {
    int get ();
    voidset (int value);
}
publicfunction getRollSizeKB () : int
publicfunction setRollSizeKB (value : int)

See Also

RollingFlatFileTraceListenerData Class

Microsoft.Practices.EnterpriseLibrary.Logging.Configuration Namespace

Retired Content

This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This page may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist.