Share via


PointerTypeAttribute Class

Inheritance Hierarchy

System.Object
  System.Attribute
    Microsoft.Exchange.ExchangeSystem.PointerTypeAttribute

Namespace:  Microsoft.Exchange.ExchangeSystem
Assembly:  Microsoft.Exchange.Diagnostics (in Microsoft.Exchange.Diagnostics.dll)

Syntax

'Declaration
<AttributeUsageAttribute(AttributeTargets.Parameter Or AttributeTargets.ReturnValue, AllowMultiple := False)> _
Public NotInheritable Class PointerTypeAttribute _
    Inherits Attribute
'Usage
Dim instance As PointerTypeAttribute
[AttributeUsageAttribute(AttributeTargets.Parameter|AttributeTargets.ReturnValue, AllowMultiple = false)]
public sealed class PointerTypeAttribute : 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.