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 ErrorManager object that is used to display the errors that occurred during the data retrieval process.
Namespace: Microsoft.WindowsServerSolutions.Administration.ObjectModel
Assembly: Microsoft.WindowsServerSolutions.Administration.ObjectModel (in Microsoft.WindowsServerSolutions.Administration.ObjectModel.dll)
Syntax
public ErrorManager Errors { get; }
public:
property ErrorManager^ Errors {
virtual ErrorManager^ get() sealed;
}
Public ReadOnly Property Errors As ErrorManager
Property Value
Type: Microsoft.WindowsServerSolutions.Administration.ObjectModel.ErrorManager
An instance of ErrorManager.
See Also
ListProvider<TBusinessObject> Class
Microsoft.WindowsServerSolutions.Administration.ObjectModel Namespace
Return to top