Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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: System.String
The URI for the help content for the configuration editor.
.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.