What is the InterceptedAttribute?
When is used this attribute?
[Intercepted]
public string MyProperty
{
get;
set;
}What happens to the class when used this attribute?
Was this helpful?