NullComponentAttribute Constructor
[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]
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