PlannedTest.TestProperties Property

Definition

Gets the name/value pairs applied to this test via TestPropertyAttribute. Multiple attributes with the same name are preserved as separate entries.

public System.Collections.Generic.IReadOnlyCollection<System.Collections.Generic.KeyValuePair<string,string>> TestProperties { get; }
[System.Runtime.CompilerServices.Nullable(new System.Byte[] { 1, 0, 1, 1 })]
public System.Collections.Generic.IReadOnlyCollection<System.Collections.Generic.KeyValuePair<string,string>> TestProperties { get; }
member this.TestProperties : System.Collections.Generic.IReadOnlyCollection<System.Collections.Generic.KeyValuePair<string, string>>
[<System.Runtime.CompilerServices.Nullable(new System.Byte[] { 1, 0, 1, 1 })>]
member this.TestProperties : System.Collections.Generic.IReadOnlyCollection<System.Collections.Generic.KeyValuePair<string, string>>
Public ReadOnly Property TestProperties As IReadOnlyCollection(Of KeyValuePair(Of String, String))

Property Value

Attributes

Applies to