Compartilhar via


Propriedade CloneOperationInformation.OpId

A identificação da operação

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

Sintaxe

'Declaração
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)

Valor de propriedade

Tipo: System.Int32
Retorna Int32.

Segurança do .NET Framework

Consulte também

Referência

CloneOperationInformation Classe

Namespace Microsoft.TeamFoundation.TestManagement.Client