public bool IsRequired { get; set; }Public Property IsRequired As Boolean
Get
Setpublic:
virtual property bool IsRequired {
bool get () sealed;
void set (bool value) sealed;
}abstract IsRequired : bool with get, set
override IsRequired : bool with get, set