Compartilhar via


AddinErrorRecord.HelpLink Property

 

Retrieves or sets the help link for the error

Namespace:   Microsoft.WindowsServerSolutions.Administration.ObjectModel.Adorners
Assembly:  Microsoft.WindowsServerSolutions.Administration.ObjectModel (in Microsoft.WindowsServerSolutions.Administration.ObjectModel.dll)

Syntax

public string HelpLink { get; set; }
public:
property String^ HelpLink {
    String^ get();
    void set(String^ value);
}
Public Property HelpLink As String

Property Value

Type: System.String

A String that contains a help link; may be null if not implemented.

See Also

AddinErrorRecord Class
Microsoft.WindowsServerSolutions.Administration.ObjectModel.Adorners Namespace

Return to top