namespace PepperDash.Essentials.Core.Config { /// /// Represents a SourceDevicePropertiesConfigBase /// public class SourceDevicePropertiesConfigBase { /// /// Gets or sets the DisableSharing /// public bool DisableSharing { get; set; } } }