Share via


TcmInformation.TestIterationId Property

This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.

Namespace:  Microsoft.VisualStudio.TestTools.Common
Assembly:  Microsoft.VisualStudio.QualityTools.Common (in Microsoft.VisualStudio.QualityTools.Common.dll)

Syntax

'Declaration
Public ReadOnly Property TestIterationId As Integer
public int TestIterationId { get; }
public:
property int TestIterationId {
    int get ();
}
member TestIterationId : int with get
function get TestIterationId () : int

Property Value

Type: Int32

.NET Framework Security

See Also

Reference

TcmInformation Class

Microsoft.VisualStudio.TestTools.Common Namespace