SobekCM.Core.Settings.System_Settings.ShouldSerializeDisable_Standard_User_Logon_Message C# (CSharp) Method

ShouldSerializeDisable_Standard_User_Logon_Message() public method

Method suppresses XML Serialization of the Disable_Standard_User_Logon_Message property if it is empty
        public bool ShouldSerializeDisable_Standard_User_Logon_Message()
        {
            return (!String.IsNullOrEmpty(Disable_Standard_User_Logon_Message)) && (Disable_Standard_User_Logon_Flag = true);
        }