Compartilhar via


ListProvider<TBusinessObject>.GetObjectId Method (TBusinessObject)

 

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(
    TBusinessObject businessObj
)
protected:
virtual String^ GetObjectId(
    TBusinessObject businessObj
) abstract
Protected MustOverride Function GetObjectId (
    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 identifier for 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