Share via


DataCollectorConfigurationEditorAttribute.HelpUri Property

Gets or sets the URI for the help content for the configuration editor.

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

Syntax

'Declaration
Public Property HelpUri As String
public string HelpUri { get; set; }
public:
property String^ HelpUri {
    String^ get ();
    void set (String^ value);
}
member HelpUri : string with get, set
function get HelpUri () : String 
function set HelpUri (value : String)

Property Value

Type: String
The URI for the help content for the configuration editor.

.NET Framework Security

See Also

Reference

DataCollectorConfigurationEditorAttribute Class

Microsoft.VisualStudio.TestTools.Execution Namespace