Skip to content

Commit f78de0f

Browse files
authored
enhance property description (#2385)
1 parent 6d44635 commit f78de0f

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

xml/System.Threading.Tasks.Dataflow/DataflowBlockOptions.xml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -143,8 +143,9 @@
143143
<ReturnType>System.Boolean</ReturnType>
144144
</ReturnValue>
145145
<Docs>
146-
<summary>Gets or sets whether ordered processing should be enforced on a block's handling of messages.</summary>
147-
<value>To be added.</value>
146+
<summary>Gets or sets a value that indicates whether ordered processing should be enforced on a block's handling of messages.</summary>
147+
<value>
148+
<see langword="true" /> if ordered processing should be enforced; otherwise, <see langword="false" />. The default value is <see langword="true" />.</value>
148149
<remarks>
149150
<format type="text/markdown"><![CDATA[
150151

0 commit comments

Comments
 (0)