# Методы схем ## Получение свойст ``` C+ ДоговорЕРП = (bool) InitMessage.Properties.GetProperty("ДоговорЕРП").GetValue(); ДоговорУТ = (bool) InitMessage.Properties.GetProperty("ДоговорУТ").GetValue(); ДоговорДО = (bool) InitMessage.Properties.GetProperty("ДоговорДО").GetValue(); ДоговорБСО = (bool) InitMessage.Properties.GetProperty("ДоговорБСО").GetValue(); ```