DataSyncException.HelpLink Property
Gets or sets the URL for 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 DataSyncException
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 for a help page.
See Also
Reference
DataSyncException Class
DataSyncException Members
Microsoft.Synchronization.Data Namespace