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