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 start position in the error message.
Namespace: Microsoft.WindowsServerSolutions.Administration.ObjectModel.Adorners
Assembly: Microsoft.WindowsServerSolutions.Administration.ObjectModel (in Microsoft.WindowsServerSolutions.Administration.ObjectModel.dll)
Syntax
public int HelpLinkStartPosition { get; set; }
public:
property int HelpLinkStartPosition {
int get();
void set(int value);
}
Public Property HelpLinkStartPosition As Integer
Property Value
Type: System.Int32
A Int32 describing the start link position.
Remarks
This property is ignored if HelpLink is null.
See Also
AddinErrorRecord Class
Microsoft.WindowsServerSolutions.Administration.ObjectModel.Adorners Namespace
Return to top