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