OperationImplicitScope Constructor (Guid, Guid, Guid, Byte)
Initializes a new OperationImplicitScope object.
Namespace: Microsoft.EnterpriseManagement.Security
Assembly: Microsoft.EnterpriseManagement.Core (in microsoft.enterprisemanagement.core.dll)
Usage
'Usage
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
'Declaration
Public Sub New ( _
classId As Guid, _
propertyTypeId As Guid, _
relationshipId As Guid, _
relEndpoint As Byte _
)
public OperationImplicitScope (
Guid classId,
Guid propertyTypeId,
Guid relationshipId,
byte relEndpoint
)
public:
OperationImplicitScope (
Guid classId,
Guid propertyTypeId,
Guid relationshipId,
unsigned char relEndpoint
)
public OperationImplicitScope (
Guid classId,
Guid propertyTypeId,
Guid relationshipId,
byte relEndpoint
)
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 Vista, Windows Server 2003, and
Target Platforms
Windows Server 2008,Windows Server 2003
See Also
Reference
OperationImplicitScope Class
OperationImplicitScope Members
Microsoft.EnterpriseManagement.Security Namespace