TestRun.TcmPlanId Property

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

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

Syntax

'Declaration
Public Property TcmPlanId As Integer
    Get
    Set
'Usage
Dim instance As TestRun
Dim value As Integer

value = instance.TcmPlanId

instance.TcmPlanId = value
public int TcmPlanId { get; set; }
public:
property int TcmPlanId {
    int get ();
    void set (int value);
}
function get TcmPlanId () : int
function set TcmPlanId (value : int)
member TcmPlanId : int with get, set

Property Value

Type: System.Int32

.NET Framework Security

See Also

Reference

TestRun Class

TestRun Members

Microsoft.VisualStudio.TestTools.Common Namespace