Share via


SfcException.HelpLink Property

Gets a link to the help file associated with this exception. Do not reference this member directly in your code. It supports the SQL Server infrastructure.

Namespace:  Microsoft.SqlServer.Management.Sdk.Sfc
Assembly:  Microsoft.SqlServer.Management.Sdk.Sfc (in Microsoft.SqlServer.Management.Sdk.Sfc.dll)

Syntax

'Declaration
Public Overrides ReadOnly Property HelpLink As String
    Get
'Usage
Dim instance As SfcException
Dim value As String

value = instance.HelpLink
public override string HelpLink { get; }
public:
virtual property String^ HelpLink {
    String^ get () override;
}
abstract HelpLink : string
override HelpLink : string
override function get HelpLink () : String

Property Value

Type: System.String
A link to the help file associated with this exception.

Implements

_Exception.HelpLink