Compartilhar via


Propriedade IDataCollectorInformation.AssemblyQualifiedName

Obtém ou define o nome de tipo qualificado de assembly para o coletor de dados.

Namespace:  Microsoft.TeamFoundation.TestManagement.Client
Assembly:  Microsoft.TeamFoundation.TestManagement.Client (em Microsoft.TeamFoundation.TestManagement.Client.dll)

Sintaxe

'Declaração
Property AssemblyQualifiedName As String
string AssemblyQualifiedName { get; set; }
property String^ AssemblyQualifiedName {
    String^ get ();
    void set (String^ value);
}
abstract AssemblyQualifiedName : string with get, set
function get AssemblyQualifiedName () : String 
function set AssemblyQualifiedName (value : String)

Valor de propriedade

Tipo: String
O nome de tipo qualificado de assembly para o coletor de dados.

Segurança do .NET Framework

Consulte também

Referência

IDataCollectorInformation Interface

Namespace Microsoft.TeamFoundation.TestManagement.Client