IEntityObjectsManagement.GetObjectProjectionWithAccessRights Method
[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]
Gets an object projection along with property and relationship access rights of the projection by using an identifier.
Namespace: Microsoft.EnterpriseManagement
Assembly: Microsoft.EnterpriseManagement.Core (in Microsoft.EnterpriseManagement.Core.dll)
Usage
'Usage
Dim instance As IEntityObjectsManagement
Dim seedId As Guid
Dim typeProjection As ManagementPackTypeProjection
Dim returnValue As EnterpriseManagementObjectProjection
returnValue = instance.GetObjectProjectionWithAccessRights(seedId, typeProjection)
Syntax
'Declaration
Function GetObjectProjectionWithAccessRights(Of T As EnterpriseManagementObject) ( _
seedId As Guid, _
typeProjection As ManagementPackTypeProjection _
) As EnterpriseManagementObjectProjection
EnterpriseManagementObjectProjection GetObjectProjectionWithAccessRights<T> (
Guid seedId,
ManagementPackTypeProjection typeProjection
) where T : EnterpriseManagementObject
generic<typename T> where T : EnterpriseManagementObject
EnterpriseManagementObjectProjection^ GetObjectProjectionWithAccessRights (
Guid seedId,
ManagementPackTypeProjection^ typeProjection
)
GenericParameters
- T
The type to cast the object as.
Parameters
- seedId
The unique identifier of the object to get.
- typeProjection
The desired type projection.
Return Value
The object projection.
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