ClassAccessLevel Class
Inheritance Hierarchy
System.Object
System.Attribute
Microsoft.Exchange.Diagnostics.ClassAccessLevel
Namespace: Microsoft.Exchange.Diagnostics
Assembly: Microsoft.Exchange.Diagnostics (in Microsoft.Exchange.Diagnostics.dll)
Syntax
'Declaration
<AttributeUsageAttribute(AttributeTargets.Class Or AttributeTargets.Struct Or AttributeTargets.Interface)> _
Public Class ClassAccessLevel _
Inherits Attribute
'Usage
Dim instance As ClassAccessLevel
[AttributeUsageAttribute(AttributeTargets.Class|AttributeTargets.Struct|AttributeTargets.Interface)]
public class ClassAccessLevel : Attribute
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.