Freigeben über


OperationImplicitScope Constructor (Guid, Guid)

[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 using the class id and property type id.

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

Usage

'Usage
Dim classId As Guid
Dim propertyTypeId As Guid

Dim instance As New OperationImplicitScope(classId, propertyTypeId)

Syntax

'Declaration
Public Sub New ( _
    classId As Guid, _
    propertyTypeId As Guid _
)
public OperationImplicitScope (
    Guid classId,
    Guid propertyTypeId
)
public:
OperationImplicitScope (
    Guid classId, 
    Guid propertyTypeId
)
public OperationImplicitScope (
    Guid classId, 
    Guid propertyTypeId
)
public function OperationImplicitScope (
    classId : Guid, 
    propertyTypeId : Guid
)

Parameters

  • classId
    The class identifier.
  • propertyTypeId
    The property type identifier.

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