Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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