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
'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);
}
/** @property */
public String get_HelpLink ()
/** @property */
public void set_HelpLink (String value)
public function get HelpLink () : String
public function set HelpLink (value : String)
Property Value
A URL of a help page.
See Also
Reference
DbSyncException Class
DbSyncException Members
Microsoft.Synchronization.Data Namespace