ComErrorException.HelpContext Property
Gets the context of a topic in a Help file.
Namespace: Microsoft.SqlServer.Replication
Assembly: Microsoft.SqlServer.Replication (in Microsoft.SqlServer.Replication.dll)
Syntax
'Declaration
Public ReadOnly Property HelpContext As Integer
Get
'Usage
Dim instance As ComErrorException
Dim value As Integer
value = instance.HelpContext
public int HelpContext { get; }
public:
property int HelpContext {
int get ();
}
member HelpContext : int
function get HelpContext () : int
Property Value
Type: System.Int32
The context of a topic in a Help file.