Partager via


ListProvider<TBusinessObject>.GetObjectDisplayName Method (TBusinessObject)

 

Returns the name of the specified object that will be displayed on the page in the Dashboard.

Namespace:   Microsoft.WindowsServerSolutions.Administration.ObjectModel
Assembly:  Microsoft.WindowsServerSolutions.Administration.ObjectModel (in Microsoft.WindowsServerSolutions.Administration.ObjectModel.dll)

Syntax

protected abstract string GetObjectDisplayName(
    TBusinessObject businessObj
)
protected:
virtual String^ GetObjectDisplayName(
    TBusinessObject businessObj
) abstract
Protected MustOverride Function GetObjectDisplayName (
    businessObj As TBusinessObject
) As String

Parameters

  • businessObj
    Type: TBusinessObject

    A business object that encapsulates information and methods that relate to business data or business functionality.

Return Value

Type: System.String

An instance of String that contains the name of the object.

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