Partager via


IUserExtensionErrorRecord.HelpLinkStartPosition Property

 

Gets the starting position of the error help link.

Namespace:   Microsoft.WindowsServerSolutions.Common
Assembly:  MiscUtil (in MiscUtil.dll)

Syntax

int HelpLinkStartPosition { get; }
property int HelpLinkStartPosition {
    int get();
}
ReadOnly Property HelpLinkStartPosition As Integer

Property Value

Type: System.Int32

Returns Int32.

See Also

IUserExtensionErrorRecord Interface
Microsoft.WindowsServerSolutions.Common Namespace

Return to top