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