SobekCM.Core.Settings.System_Settings.ShouldSerializeDisable_Standard_User_Logon_Message C# (CSharp) Метод

ShouldSerializeDisable_Standard_User_Logon_Message() публичный Метод

Method suppresses XML Serialization of the Disable_Standard_User_Logon_Message property if it is empty
public ShouldSerializeDisable_Standard_User_Logon_Message ( ) : bool
Результат bool
        public bool ShouldSerializeDisable_Standard_User_Logon_Message()
        {
            return (!String.IsNullOrEmpty(Disable_Standard_User_Logon_Message)) && (Disable_Standard_User_Logon_Flag = true);
        }