Share via


DataCollectorFriendlyNameAttribute.FriendlyName Property

Gets the user-friendly name for 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 FriendlyName As String
public string FriendlyName { get; }
public:
property String^ FriendlyName {
    String^ get ();
}
member FriendlyName : string
function get FriendlyName () : String

Property Value

Type: System.String
A string that contains the user-friendly name for the collector.

.NET Framework Security

See Also

Reference

DataCollectorFriendlyNameAttribute Class

Microsoft.VisualStudio.TestTools.Execution Namespace

DataCollectorFriendlyNameAttribute

Other Resources

How to: Create a Diagnostic Data Adapter