PageContent.GetObjectDisplayName Method (Object)
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(
object businessObj
)
protected:
virtual String^ GetObjectDisplayName(
Object^ businessObj
) abstract
Protected MustOverride Function GetObjectDisplayName (
businessObj As Object
) As String
Parameters
businessObj
Type: System.ObjectA 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.
See Also
PageContent Class
Microsoft.WindowsServerSolutions.Administration.ObjectModel Namespace
Return to top