TestsNotificationRule.TestIds 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.
The test ids to include. If not provided, notification will be sent for all testIds.
public System.Collections.Generic.IList<string> TestIds { get; }
member this.TestIds : System.Collections.Generic.IList<string>
Public ReadOnly Property TestIds As IList(Of String)