using System; using System.Collections.Generic; using System.Linq; using System.Text; namespace WebsitePanel.Providers.RemoteDesktopServices { public class RdsCollectionSetting { public string PropertyName { get; set; } public object PropertyValue { get; set; } } }