Skip to content

Commit aa09fdf

Browse files
authored
Apply suggestions from code review
1 parent fbddb03 commit aa09fdf

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

xml/System.Diagnostics/EventLog.xml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2500,13 +2500,15 @@ SVC_UPDATE.EXE
25002500
<ReturnType>System.Int32</ReturnType>
25012501
</ReturnValue>
25022502
<Docs>
2503-
<summary>Deprecated</summary>
2504-
<value>Deprecated</value>
2503+
<summary>This property is deprecated.</summary>
2504+
<value>To be added.</value>
25052505
<remarks>
25062506
<format type="text/markdown"><![CDATA[
25072507
25082508
## Remarks
2509-
Support for the <xref:System.Diagnostics.EventLog.MinimumRetentionDays%2A> property was removed in Windows Vista and later operating systems. Setting this value can cause the Event Log to never overwrite events, and to drop all events to the channel once it is full.
2509+
2510+
> [!IMPORTANT]
2511+
> Support for the <xref:System.Diagnostics.EventLog.MinimumRetentionDays%2A> property was removed in Windows Vista and later operating systems. Setting this value can cause the Event Log to never overwrite events, and to drop all events to the channel once it is full.
25102512
25112513
25122514

xml/System.Diagnostics/OverflowAction.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ The following example enumerates the event logs defined on the local computer an
142142
</ReturnValue>
143143
<MemberValue>1</MemberValue>
144144
<Docs>
145-
<summary>Deprecated</summary>
145+
<summary>This field is deprecated.</summary>
146146
<remarks>
147147
<format type="text/markdown"><![CDATA[
148148
> [!WARNING]

0 commit comments

Comments
 (0)