CloneOperationInformation.SourcePlanName (Propiedad)
Espacio de nombres: Microsoft.TeamFoundation.TestManagement.Client
Ensamblado: Microsoft.TeamFoundation.TestManagement.Client (en Microsoft.TeamFoundation.TestManagement.Client.dll)
Sintaxis
'Declaración
Public Property SourcePlanName As String
public string SourcePlanName { get; set; }
public:
property String^ SourcePlanName {
String^ get ();
void set (String^ value);
}
member SourcePlanName : string with get, set
function get SourcePlanName () : String
function set SourcePlanName (value : String)
Valor de propiedad
Tipo: String
Seguridad de .NET Framework
- Plena confianza para el llamador inmediato. Un código de confianza parcial no puede utilizar este miembro. Para obtener más información, vea Utilizar bibliotecas de código que no es de plena confianza.
Vea también
Referencia
CloneOperationInformation Clase
Microsoft.TeamFoundation.TestManagement.Client (Espacio de nombres)