[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]Initializes a new OperationImplicitScope object. Namespace: Microsoft.EnterpriseManagement.Security
Assembly: Microsoft.EnterpriseManagement.Core (in microsoft.enterprisemanagement.core.dll)

Usage

Visual Basic
Dim classId As Guid
Dim propertyTypeId As Guid
Dim relationshipId As Guid
Dim relEndpoint As Byte

Dim instance As New OperationImplicitScope(classId, propertyTypeId, relationshipId, relEndpoint)

Syntax

Visual Basic
Public Sub New ( _
		classId As Guid, _
		propertyTypeId As Guid, _
		relationshipId As Guid, _
		relEndpoint As Byte _
)
C#
public OperationImplicitScope (
		Guid classId,
		Guid propertyTypeId,
		Guid relationshipId,
		byte relEndpoint
)
C++
public:
OperationImplicitScope (
		Guid classId, 
		Guid propertyTypeId, 
		Guid relationshipId, 
		unsigned char relEndpoint
)
J#
public OperationImplicitScope (
		Guid classId, 
		Guid propertyTypeId, 
		Guid relationshipId, 
		byte relEndpoint
)
JScript
public function OperationImplicitScope (
		classId : Guid, 
		propertyTypeId : Guid, 
		relationshipId : Guid, 
		relEndpoint : byte
)

Parameters

classId

The class ID.

propertyTypeId

The property ID.

relationshipId

The relationship ID.

relEndpoint

The relationship endpoint.

Platforms

Development Platforms

Windows Server 2008, Windows Vista, Windows Server 2003, and Windows XP

Target Platforms

Windows Server 2008,Windows Server 2003

See Also