PlannedTest.TestProperties Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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