Share via


NullComponentAttribute Class

Represents the null component attribute.

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

Usage

'Usage
Dim instance As NullComponentAttribute

Syntax

'Declaration
<AttributeUsageAttribute(AttributeTargets.Interface, AllowMultiple:=False, Inherited:=False)> _
Public NotInheritable Class NullComponentAttribute
    Inherits Attribute
[AttributeUsageAttribute(AttributeTargets.Interface, AllowMultiple=false, Inherited=false)] 
public sealed class NullComponentAttribute : Attribute
[AttributeUsageAttribute(AttributeTargets::Interface, AllowMultiple=false, Inherited=false)] 
public ref class NullComponentAttribute sealed : public Attribute
/** @attribute AttributeUsageAttribute(AttributeTargets.Interface, AllowMultiple=false, Inherited=false) */ 
public final class NullComponentAttribute extends Attribute
AttributeUsageAttribute(AttributeTargets.Interface, AllowMultiple=false, Inherited=false) 
public final class NullComponentAttribute extends Attribute

Inheritance Hierarchy

System.Object
   System.Attribute
    Microsoft.EnterpriseManagement.NullComponentAttribute

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Development Platforms

Windows Vista, Windows Server 2003, and

Target Platforms

Windows Server 2008,Windows Server 2003

See Also

Reference

NullComponentAttribute Members
Microsoft.EnterpriseManagement Namespace