ListProvider<TBusinessObject>.GetObjectIcon Method (TBusinessObject)
Returns the icon that is displayed for the specified object on the page of the Dashboard.
Namespace: Microsoft.WindowsServerSolutions.Administration.ObjectModel
Assembly: Microsoft.WindowsServerSolutions.Administration.ObjectModel (in Microsoft.WindowsServerSolutions.Administration.ObjectModel.dll)
Syntax
protected virtual Icon GetObjectIcon(
TBusinessObject businessObj
)
protected:
virtual Icon^ GetObjectIcon(
TBusinessObject businessObj
)
Protected Overridable Function GetObjectIcon (
businessObj As TBusinessObject
) As Icon
Parameters
businessObj
Type: TBusinessObjectA business object that encapsulates information and methods that relate to business data or business functionality.
Return Value
Type: System.Drawing.Icon
An instance of Icon.
Remarks
TBusinessObject represents a business object that encapsulates information and methods that relate to business data or business functionality. The information in the business object is exposed as properties.
See Also
ListProvider<TBusinessObject> Class
Microsoft.WindowsServerSolutions.Administration.ObjectModel Namespace
Return to top