CloneOperationInformation.OpId Propriedade
Publicado: abril de 2016
A ID da operação
Namespace: Microsoft.TeamFoundation.TestManagement.Client
Assembly: Microsoft.TeamFoundation.TestManagement.Client (em Microsoft.TeamFoundation.TestManagement.Client.dll)
Sintaxe
public int OpId { get; set; }
public:
property int OpId {
int get();
void set(int value);
}
member OpId : int with get, set
Public Property OpId As Integer
Valor de propriedade
Type: System.Int32
Retorna Int32.
Consulte também
Classe CloneOperationInformation
Namespace Microsoft.TeamFoundation.TestManagement.Client
Retornar ao topo