Partager via


PageContent.GetObjectId Method (Object)

 

Returns the identifier for the specified object.

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

Syntax

protected abstract string GetObjectId(
    object businessObj
)
protected:
virtual String^ GetObjectId(
    Object^ businessObj
) abstract
Protected MustOverride Function GetObjectId (
    businessObj As Object
) As String

Parameters

  • businessObj
    Type: System.Object

    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 identifier for the object.

See Also

PageContent Class
Microsoft.WindowsServerSolutions.Administration.ObjectModel Namespace

Return to top