SynchronizationAttribute.REQUIRED Field

Definition

Indicates that the class to which this attribute is applied must be created in a context that has synchronization. This field is constant.

public: int REQUIRED = 4;
public const int REQUIRED = 4;
val mutable REQUIRED : int
Public Const REQUIRED As Integer  = 4

Field Value

Value = 4

Applies to