using System; using System.Collections.Generic; using System.Linq; using System.Text; using Crestron.SimplSharp; namespace PepperDash.Essentials.Core.Config { /// /// Represents a SourceDevicePropertiesConfigBase /// public class SourceDevicePropertiesConfigBase { /// /// Gets or sets the DisableSharing /// public bool DisableSharing { get; set; } } }