Propriedade CloneOptions.DestinationWorkItemType
Namespace: Microsoft.TeamFoundation.TestManagement.Client
Assembly: Microsoft.TeamFoundation.TestManagement.Client (em Microsoft.TeamFoundation.TestManagement.Client.dll)
Sintaxe
'Declaração
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)
Valor de propriedade
Tipo: System.String
Segurança do .NET Framework
- Confiança total para o chamador imediato. O membro não pode ser usado por código parcialmente confiável. Para obter mais informações, consulte Usando bibliotecas de código parcialmente confiáveis.