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