Skip to content

Commit

Permalink
minor
Browse files Browse the repository at this point in the history
  • Loading branch information
abhipsaMisra committed Jun 3, 2021
1 parent ed3a15a commit ec54db7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions iothub/device/src/PayloadCollection.cs
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ public abstract class PayloadCollection : IEnumerable<object>
/// <para>
/// <remarks>
/// For setting component-level property values see <see cref="ClientPropertyCollection.AddComponentProperty(string, string, object)"/>
/// and <see cref="ClientPropertyCollection.AddComponentProperties(string, IDictionary{string, object})"/>instead.
/// and <see cref="ClientPropertyCollection.AddComponentProperties(string, IDictionary{string, object})"/> instead.
/// These convenience methods ensure that component-level properties include the component identifier markers { "__t": "c" }.
/// For more information see <see href="https://docs.microsoft.com/en-us/azure/iot-pnp/concepts-convention#sample-multiple-components-read-only-property"/>.
/// </remarks>
Expand All @@ -55,7 +55,7 @@ public virtual object this[string key]
/// </summary>
/// <remarks>
/// For property operations see <see cref="ClientPropertyCollection.AddRootProperty(string, object)"/>
/// and <see cref="ClientPropertyCollection.AddComponentProperties(string, IDictionary{string, object})"/>instead.
/// and <see cref="ClientPropertyCollection.AddComponentProperties(string, IDictionary{string, object})"/> instead.
/// </remarks>
/// <inheritdoc cref="AddOrUpdate(string, object)" path="/param['key']"/>
/// <inheritdoc cref="AddOrUpdate(string, object)" path="/param['value']"/>
Expand All @@ -71,7 +71,7 @@ public virtual void Add(string key, object value)
/// </summary>
/// <remarks>
/// For property operations see <see cref="ClientPropertyCollection.AddOrUpdateRootProperty(string, object)"/>
/// and <see cref="ClientPropertyCollection.AddOrUpdateComponentProperties(string, IDictionary{string, object})"/>instead.
/// and <see cref="ClientPropertyCollection.AddOrUpdateComponentProperties(string, IDictionary{string, object})"/> instead.
/// </remarks>
/// <param name="key">The name of the telemetry.</param>
/// <param name="value">The value of the telemetry.</param>
Expand Down

0 comments on commit ec54db7

Please sign in to comment.