次の方法で共有


IUserExtensionErrorRecord.Title Property

 

Gets the Error Title.

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

Syntax

string Title { get; }
property String^ Title {
    String^ get();
}
ReadOnly Property Title As String

Property Value

Type: System.String

Returns String.

Remarks

Returns null if the error title is not available.

See Also

IUserExtensionErrorRecord Interface
Microsoft.WindowsServerSolutions.Common Namespace

Return to top