PropertyBag.Add(IProperty) Method

Definition

Adds a property to the bag.

public void Add(Microsoft.Testing.Platform.Extensions.Messages.IProperty property);
member this.Add : Microsoft.Testing.Platform.Extensions.Messages.IProperty -> unit
Public Sub Add (property As IProperty)

Parameters

property
IProperty

The property to add.

Applies to