NullComponentAttribute(Type) Constructor

Definition

Initializes a new NullComponentAttribute object.

public:
 NullComponentAttribute(Type ^ implementation);
public NullComponentAttribute (Type implementation);
new Microsoft.EnterpriseManagement.NullComponentAttribute : Type -> Microsoft.EnterpriseManagement.NullComponentAttribute
Public Sub New (implementation As Type)

Parameters

implementation
Type

The implementation type.

Applies to