CloneOperationInformation.OpId-Eigenschaft

Die ID des Vorgangs.

Namespace:  Microsoft.TeamFoundation.TestManagement.Client
Assembly:  Microsoft.TeamFoundation.TestManagement.Client (in Microsoft.TeamFoundation.TestManagement.Client.dll)

Syntax

'Declaration
Public Property OpId As Integer
public int OpId { get; set; }
public:
property int OpId {
    int get ();
    void set (int value);
}
member OpId : int with get, set
function get OpId () : int
function set OpId (value : int)

Eigenschaftswert

Typ: System.Int32
Gibt Int32 zurück.

.NET Framework-Sicherheit

Siehe auch

Referenz

CloneOperationInformation Klasse

Microsoft.TeamFoundation.TestManagement.Client-Namespace