Opc.Ua.Configuration.AccessRuleListDlg.AccessRuleListDlg C# (CSharp) Method

AccessRuleListDlg() public method

public AccessRuleListDlg ( ) : System
return System
        public AccessRuleListDlg()
        {
            InitializeComponent();

            InstructionsTB.Text =
            "The access rules displayed in this dialog are simplified versions of the operating system access rights. " +
            "If applied they will be mapped to the appropriate combination of operating system access rights.";
        }