Share via


NullComponentAttribute Constructor

Initializes a new NullComponentAttribute object.

Namespace: Microsoft.EnterpriseManagement
Assembly: Microsoft.EnterpriseManagement.Core (in microsoft.enterprisemanagement.core.dll)

Usage

'Usage
Dim implementation As Type

Dim instance As New NullComponentAttribute(implementation)

Syntax

'Declaration
Public Sub New ( _
    implementation As Type _
)
public NullComponentAttribute (
    Type implementation
)
public:
NullComponentAttribute (
    Type^ implementation
)
public NullComponentAttribute (
    Type implementation
)
public function NullComponentAttribute (
    implementation : Type
)

Parameters

  • implementation
    The implementation type.

Platforms

Development Platforms

Windows Vista, Windows Server 2003, and

Target Platforms

Windows Server 2008,Windows Server 2003

See Also

Reference

NullComponentAttribute Class
NullComponentAttribute Members
Microsoft.EnterpriseManagement Namespace