Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

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)

public:
property bool IsResourceName {
	virtual bool get() sealed;
}

Property Value

Type: System::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.

Return to top
Show: