changed Field

A local value that helps us detect if the attribute is changed - is this a hack? probably
<IgnoreDataMember()> _ 
Public changed As Boolean
This language is not supported or no code example is available.
[IgnoreDataMember()] 
public bool changed
This language is not supported or no code example is available.
[IgnoreDataMember()] 
public:  
bool changed;
This language is not supported or no code example is available.
public  
IgnoreDataMember() 
changed : boolean
This language is not supported or no code example is available.

Field Value

bool

.NET Framework

Supported in: 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1

In this article

Definition