AddinErrorRecord.HelpLinkTextLength Property
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