CloneOptions.DestinationWorkItemType-Eigenschaft

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)

Eigenschaftswert

Typ: System.String

.NET Framework-Sicherheit

Siehe auch

Referenz

CloneOptions Klasse

Microsoft.TeamFoundation.TestManagement.Client-Namespace