AddinPageContent.HelpLink Property
Retrieves or sets a help link on the form.
Namespace: Microsoft.WindowsServerSolutions.Administration.ObjectModel.Adorners
Assembly: Microsoft.WindowsServerSolutions.Administration.ObjectModel (in Microsoft.WindowsServerSolutions.Administration.ObjectModel.dll)
Syntax
public Uri HelpLink { get; set; }
public:
property Uri^ HelpLink {
Uri^ get();
void set(Uri^ value);
}
Public Property HelpLink As Uri
Property Value
Type: System.Uri
A Uri containing the help link.
See Also
AddinPageContent Class
Microsoft.WindowsServerSolutions.Administration.ObjectModel.Adorners Namespace
Return to top