SettingXMLName Property |
Namespace: SIC.Setting
/// <summary> /// Initializes a new instance of class. /// Constructor without parameter /// </summary> /// <remarks> /// Sets property <see cref="SIC.Setting.SettingXML.Name"/> with a new GUID value. /// </remarks> public ExampleSetting() { this.Name = System.Guid.NewGuid().ToString(); this.Setting1 = ""; this.Setting2 = "New value"; }