public override bool IsDeprecated {get;}
Property Value
• true = Property is deprecated
• false = Property is not deprecated
public override bool IsDeprecated {get;}
• true = Property is deprecated
• false = Property is not deprecated
Function function = page.Functions[0]; // A valid Function object bool isDeprecated = function.Properties.FUNC_COUNTER.Definition.IsDeprecated;