IsDeprecated Property (PropertyDefinition)
Allows to check if a given property marked as deprecated.
public virtual bool IsDeprecated {get;}
public:
virtual property bool IsDeprecated {
bool get();
}
Property Value
true : Property is deprecated
false : Property is not deprecated