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