Skip to content

Instantly share code, notes, and snippets.

@lgolubyev
Created June 8, 2022 19:27
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save lgolubyev/c07f10ff0ec5206bc255726ea0747518 to your computer and use it in GitHub Desktop.
Save lgolubyev/c07f10ff0ec5206bc255726ea0747518 to your computer and use it in GitHub Desktop.
if (application != null)
{
if (application.protected != null)
{
return application.protected.shieldLastRun;
}
else
{
return string.empty;
}
}
else
{
return string.empty;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment