Partager via


IUserExtensionErrorRecord.HelpLink Property

 

Gets the error help link.

Namespace:   Microsoft.WindowsServerSolutions.Common
Assembly:  MiscUtil (in MiscUtil.dll)

Syntax

string HelpLink { get; }
property String^ HelpLink {
    String^ get();
}
ReadOnly Property HelpLink As String

Property Value

Type: System.String

Returns String.

Remarks

Returns null if the help link is not available.

See Also

IUserExtensionErrorRecord Interface
Microsoft.WindowsServerSolutions.Common Namespace

Return to top