CategoryAttribute.Data Property

Definition

Gets a CategoryAttribute representing the Data category.

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

Property Value

A CategoryAttribute for the data category.

Applies to