public int MaximumLabels { get; set; }
Public Property MaximumLabels As Integer
Get
Set
public:
virtual property int MaximumLabels {
int get () sealed;
void set (int value) sealed;
}
abstract MaximumLabels : int with get, set
override MaximumLabels : int with get, set