Share via


CloneOptions.DestinationWorkItemType Property

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

Syntax

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

Property Value

Type: String

.NET Framework Security

See Also

Reference

CloneOptions Class

Microsoft.TeamFoundation.TestManagement.Client Namespace