Not
Åtkomst till denna sida kräver auktorisation. Du kan prova att logga in eller byta katalog.
Åtkomst till denna sida kräver auktorisation. Du kan prova att byta katalog.
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
Get
Set
'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);
}
member HelpLink : string with get, set
function get HelpLink () : String
function set HelpLink (value : String)
Property Value
Type: System.String
A URL for a help page.