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.
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