Compartilhar via


CloneOptions.DestinationWorkItemType Propriedade

 

Nome do tipo de workitem de clone

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

Sintaxe

public string DestinationWorkItemType { get; set; }
public:
property String^ DestinationWorkItemType {
    String^ get();
    void set(String^ value);
}
member DestinationWorkItemType : string with get, set
Public Property DestinationWorkItemType As String

Valor de propriedade

Type: System.String

Consulte também

Classe CloneOptions
Namespace Microsoft.TeamFoundation.TestManagement.Client

Retornar ao topo