AttributeCallbackBuilder.CallbackType Property

Definition

The type to which attributes will be added.

public:
 property Type ^ CallbackType { Type ^ get(); };
public Type CallbackType { get; }
member this.CallbackType : Type
Public ReadOnly Property CallbackType As Type

Property Value

The type to which attributes will be added.

Remarks

The type is set in the constructor and cannot be changed.

Applies to