IUserExtensionErrorRecord.Message Property
Gets the Error Message.
Namespace: Microsoft.WindowsServerSolutions.Common
Assembly: MiscUtil (in MiscUtil.dll)
Syntax
string Message { get; }
property String^ Message {
String^ get();
}
ReadOnly Property Message As String
Property Value
Type: System.String
Returns String.
See Also
IUserExtensionErrorRecord Interface
Microsoft.WindowsServerSolutions.Common Namespace
Return to top