Activity overview
Latest activity by sgharp
DoNotObfuscate Attribute Exists in ActiveReports
Hi Guys,
I have a class property that I need to exclude from obfuscation. [DoNotObfuscate()]
public string MyProperty
{
get { return m_MyProperty; }...