public bool NeutralRequired { get; set; }
Public Property NeutralRequired As Boolean Get Set
public: property bool NeutralRequired { bool get (); void set (bool value); }
member NeutralRequired : bool with get, set