DataCollectorDescriptionAttribute.IsResourceName Property
Indicates whether the string that is provided for the description is a resource name or the actual description 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 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
true if the provided string for the description is a resource name;
false if the provided string should be used directly as the description for the diagnostic data adapter.
.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
DataCollectorDescriptionAttribute Class
Microsoft.VisualStudio.TestTools.Execution Namespace
DataCollectorDescriptionAttribute