CategoryAttribute.Asynchronous Property

Definition

Gets a CategoryAttribute representing the Asynchronous category.

public:
 static property System::ComponentModel::CategoryAttribute ^ Asynchronous { System::ComponentModel::CategoryAttribute ^ get(); };
public static System.ComponentModel.CategoryAttribute Asynchronous { get; }
static member Asynchronous : System.ComponentModel.CategoryAttribute
Public Shared ReadOnly Property Asynchronous As CategoryAttribute

Property Value

A CategoryAttribute for the asynchronous category.

Applies to