DataCollectorSettings.AssemblyQualifiedName Property

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Gets the assembly qualified name of the diagnostic data adapter.

Namespace:  Microsoft.VisualStudio.TestTools.Execution
Assembly:  Microsoft.VisualStudio.QualityTools.ExecutionCommon (in Microsoft.VisualStudio.QualityTools.ExecutionCommon.dll)

Syntax

'Declaration
Public ReadOnly Property AssemblyQualifiedName As String
    Get
'Usage
Dim instance As DataCollectorSettings
Dim value As String

value = instance.AssemblyQualifiedName
public string AssemblyQualifiedName { get; }
public:
property String^ AssemblyQualifiedName {
    String^ get ();
}
member AssemblyQualifiedName : string
function get AssemblyQualifiedName () : String

Property Value

Type: System.String
A string containing the assembly qualified name of the diagnostic data adapter.

.NET Framework Security

See Also

Reference

DataCollectorSettings Class

DataCollectorSettings Members

Microsoft.VisualStudio.TestTools.Execution Namespace