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
'Dichiarazione
Public Overridable ReadOnly Property HelpTopic As String
Get
public virtual string HelpTopic { get; }
public:
virtual property String^ HelpTopic {
String^ get ();
}
abstract HelpTopic : string
override HelpTopic : string
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.