PcwException.HelpTopic Property
Gets a link to a relevant help topic.
Namespace: Microsoft.TeamFoundation.Client
Assembly: Microsoft.VisualStudio.TeamFoundation.Client (in Microsoft.VisualStudio.TeamFoundation.Client.dll)
Syntax
'Declaration
Public Overridable ReadOnly Property HelpTopic As String
public virtual string HelpTopic { get; }
public:
virtual property String^ HelpTopic {
String^ get ();
}
abstract HelpTopic : string with get
override HelpTopic : string with get
function get HelpTopic () : String
Property Value
Type: System.String
A link to a relevant help topic.
.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.