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 with get
override IsResourceName : bool with get
final function get IsResourceName () : boolean
Property Value
Type: 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
- 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