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