DbSyncException.HelpLink Property

Gets or sets the URL of a help page with information about the exception.

Namespace:  Microsoft.Synchronization.Data
Assembly:  Microsoft.Synchronization.Data (in Microsoft.Synchronization.Data.dll)

Syntax

'Declaration
Public Property HelpLink As String
    Get
    Set
'Usage
Dim instance As DbSyncException
Dim value As String

value = instance.HelpLink

instance.HelpLink = value
public string HelpLink { get; set; }
public:
property String^ HelpLink {
    String^ get ();
    void set (String^ value);
}
member HelpLink : string with get, set
function get HelpLink () : String
function set HelpLink (value : String)

Property Value

Type: System.String
A URL of a help page.

See Also

Reference

DbSyncException Class

Microsoft.Synchronization.Data Namespace