Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.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 identifier for the object.
See Also
PageContent Class
Microsoft.WindowsServerSolutions.Administration.ObjectModel Namespace
Return to top