Propriedade ITestRunBase.Title
Namespace: Microsoft.TeamFoundation.TestManagement.Client
Assembly: Microsoft.TeamFoundation.TestManagement.Client (em Microsoft.TeamFoundation.TestManagement.Client.dll)
Sintaxe
'Declaração
Property Title As String
string Title { get; set; }
property String^ Title {
String^ get ();
void set (String^ value);
}
abstract Title : string with get, set
function get Title () : String
function set Title (value : String)
Valor de propriedade
Tipo: 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ável.