Partager via


IEntityObjectsManagement.GetObjectWithAccessRights Method

[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

Gets an enterprise management object with property access rights from the provided unique identifier.

Namespace: Microsoft.EnterpriseManagement
Assembly: Microsoft.EnterpriseManagement.Core (in Microsoft.EnterpriseManagement.Core.dll)

Usage

'Usage
Dim instance As IEntityObjectsManagement
Dim objectId As Guid
Dim returnValue As EnterpriseManagementObject

returnValue = instance.GetObjectWithAccessRights(objectId)

Syntax

'Declaration
Function GetObjectWithAccessRights(Of T As EnterpriseManagementObject) ( _
    objectId As Guid _
) As EnterpriseManagementObject
EnterpriseManagementObject GetObjectWithAccessRights<T> (
    Guid objectId
) where T : EnterpriseManagementObject
generic<typename T> where T : EnterpriseManagementObject
EnterpriseManagementObject^ GetObjectWithAccessRights (
    Guid objectId
)

GenericParameters

  • T
     

Parameters

  • objectId
    The unique object identifier.

Return Value

The enterprise management object that has property access rights.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Development Platforms

Windows Vista, Windows Server 2003, and

Target Platforms

Windows Server 2008,Windows Server 2003

See Also

Reference

IEntityObjectsManagement Interface
IEntityObjectsManagement Members
Microsoft.EnterpriseManagement Namespace