Condividi tramite


Proprietà CloneOptions.DestinationWorkItemType

Nome del tipo di elemento di lavoro di clonazione

Spazio dei nomi:  Microsoft.TeamFoundation.TestManagement.Client
Assembly:  Microsoft.TeamFoundation.TestManagement.Client (in Microsoft.TeamFoundation.TestManagement.Client.dll)

Sintassi

'Dichiarazione
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)

Valore proprietà

Tipo: String

Sicurezza di .NET Framework

Vedere anche

Riferimenti

CloneOptions Classe

Spazio dei nomi Microsoft.TeamFoundation.TestManagement.Client