IDataCollectorInformation.AssemblyQualifiedName Property
Gets or sets the assembly qualified type name for the data collector.
Namespace: Microsoft.TeamFoundation.TestManagement.Client
Assembly: Microsoft.TeamFoundation.TestManagement.Client (in Microsoft.TeamFoundation.TestManagement.Client.dll)
Syntax
string AssemblyQualifiedName { get; set; }
property String^ AssemblyQualifiedName {
String^ get();
void set(String^ value);
}
abstract AssemblyQualifiedName : string with get, set
Property AssemblyQualifiedName As String
Property Value
Type: System.String
The assembly qualified type name for the data collector.
See Also
IDataCollectorInformation Interface
Microsoft.TeamFoundation.TestManagement.Client Namespace
Return to top