You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: xml/System.Diagnostics.Eventing.Reader/EventLogInformation.xml
+12-1Lines changed: 12 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -60,7 +60,18 @@
60
60
<Docs>
61
61
<summary>Gets the file attributes of the log file associated with the log.</summary>
62
62
<value>Returns an integer value. This value can be null.</value>
63
-
<remarks>To be added.</remarks>
63
+
<remarks>
64
+
<formattype="text/markdown"><![CDATA[
65
+
66
+
## Remarks
67
+
68
+
The values of this property are the same as those of the <xref:System.IO.FileAttributes> type. To make working with this property easier, you can convert the value to that type using the following code:
<relatedtype="Article"href="https://msdn.microsoft.com/library/d26107ee-7a80-44d7-b43b-cf774559e4ac">Technology Summary for Reading and Managing Event Logs</related>
0 commit comments