[NotNullAttribute]
public bool DisableDeputies { get; set; }
<NotNullAttribute>
Public Property DisableDeputies As Boolean
Get
Set
public:
[NotNullAttribute]
property bool DisableDeputies {
bool get ();
void set (bool value);
}
[<NotNullAttribute>]
member DisableDeputies : bool with get, set