IDataCollectorInformation.ConfigurationHelpUri Property
Gets or sets the URI to use to obtain help on configuring the data collector.
Namespace: Microsoft.TeamFoundation.TestManagement.Client
Assembly: Microsoft.TeamFoundation.TestManagement.Client (in Microsoft.TeamFoundation.TestManagement.Client.dll)
Syntax
'Declaration
Property ConfigurationHelpUri As Uri
Uri ConfigurationHelpUri { get; set; }
property Uri^ ConfigurationHelpUri {
Uri^ get ();
void set (Uri^ value);
}
abstract ConfigurationHelpUri : Uri with get, set
function get ConfigurationHelpUri () : Uri
function set ConfigurationHelpUri (value : Uri)
Property Value
Type: Uri
The URI to use to obtain help on configuring the data collector.
.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.