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 text length.
Namespace: Microsoft.WindowsServerSolutions.Administration.ObjectModel.Adorners
Assembly: Microsoft.WindowsServerSolutions.Administration.ObjectModel (in Microsoft.WindowsServerSolutions.Administration.ObjectModel.dll)
Syntax
public int HelpLinkTextLength { get; set; }
public:
property int HelpLinkTextLength {
int get();
void set(int value);
}
Public Property HelpLinkTextLength As Integer
Property Value
Type: System.Int32
A Int32 containing the help link text length.
See Also
AddinErrorRecord Class
Microsoft.WindowsServerSolutions.Administration.ObjectModel.Adorners Namespace
Return to top