Skip to content

Commit 0bdf77a

Browse files
Update XML doc on ServiceBusReceivedMessage (Azure#48023)
1 parent 6da1f55 commit 0bdf77a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sdk/servicebus/Azure.Messaging.ServiceBus/src/Primitives/ServiceBusReceivedMessage.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,7 @@ public static ServiceBusReceivedMessage FromAmqpMessage(AmqpAnnotatedMessage mes
195195
public string ReplyTo => AmqpMessage.Properties.ReplyTo?.ToString();
196196

197197
/// <summary>
198-
/// Gets or sets the date and time, in UTC, at which the message should be made available to receivers. This property does not control when a message is sent by the
198+
/// Gets the date and time, in UTC, at which the message should be made available to receivers. This property does not control when a message is sent by the
199199
/// client. Sending happens immediately when `SendAsync` is called. Service Bus will hide the message from receivers until the the requested time.
200200
/// </summary>
201201
/// <value>

0 commit comments

Comments
 (0)