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