Partager via


AddinPageContent.HelpLinkText Property

 

Retrieves or sets the help link text to display on a page.

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

Syntax

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

Property Value

Type: System.String

A String containing the help link text.

See Also

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

Return to top