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 with get
function get FriendlyName () : String
Property Value
Type: String
A string that contains the user-friendly name for the collector.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
DataCollectorFriendlyNameAttribute Class
Microsoft.VisualStudio.TestTools.Execution Namespace
DataCollectorFriendlyNameAttribute