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 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
Uri ConfigurationHelpUri { get; set; }
property Uri^ ConfigurationHelpUri {
Uri^ get();
void set(Uri^ value);
}
abstract ConfigurationHelpUri : Uri with get, set
Property ConfigurationHelpUri As Uri
Property Value
Type: System.Uri
The URI to use to obtain help on configuring the data collector.
See Also
IDataCollectorInformation Interface
Microsoft.TeamFoundation.TestManagement.Client Namespace
Return to top