次の方法で共有


IUserExtensionErrorRecord.HelpLinkTextLength Property

 

Gets the length of the error help link.

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

Syntax

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

Property Value

Type: System.Int32

Returns Int32.

See Also

IUserExtensionErrorRecord Interface
Microsoft.WindowsServerSolutions.Common Namespace

Return to top