CloneOptions.DestinationWorkItemType Property

 

Name of the workitem type of the clone

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

Syntax

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

Property Value

Type: System.String

See Also

CloneOptions Class
Microsoft.TeamFoundation.TestManagement.Client Namespace

Return to top