Share via


DataCollectorFriendlyNameAttribute.IsResourceName Property

Gets the value that indicates whether the friendly name is a resource name.

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

Syntax

'Declaration
Public ReadOnly Property IsResourceName As Boolean
public bool IsResourceName { get; }
public:
virtual property bool IsResourceName {
    bool get () sealed;
}
abstract IsResourceName : bool
override IsResourceName : bool
final function get IsResourceName () : boolean

Property Value

Type: System.Boolean
A bool value that indicates whether the provided string for the friendly name is a resource name. A value of false indicates that the provided string should be used directly as the friendly name for the data collector; otherwise, the friendly name is extracted from a resource that depends on the current language setting.

.NET Framework Security

See Also

Reference

DataCollectorFriendlyNameAttribute Class

Microsoft.VisualStudio.TestTools.Execution Namespace

DataCollectorFriendlyNameAttribute

Other Resources

How to: Create a Diagnostic Data Adapter