Propriedade ITestAttachment.AttachmentType
Obtém ou define o tipo do anexo.
Namespace: Microsoft.TeamFoundation.TestManagement.Client
Assembly: Microsoft.TeamFoundation.TestManagement.Client (em Microsoft.TeamFoundation.TestManagement.Client.dll)
Sintaxe
'Declaração
Property AttachmentType As String
Get
Set
string AttachmentType { get; set; }
property String^ AttachmentType {
String^ get ();
void set (String^ value);
}
abstract AttachmentType : string with get, set
function get AttachmentType () : String
function set AttachmentType (value : String)
Valor de propriedade
Tipo: System.String
Uma das constantes de seqüência de caracteres que é definido na AttachmentTypes classe.
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.