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