mirror of
https://github.com/PepperDash/Essentials.git
synced 2026-01-27 19:34:51 +00:00
13 lines
299 B
C#
13 lines
299 B
C#
namespace PepperDash.Essentials.Core.Config
|
|
{
|
|
/// <summary>
|
|
/// Represents a SourceDevicePropertiesConfigBase
|
|
/// </summary>
|
|
public class SourceDevicePropertiesConfigBase
|
|
{
|
|
/// <summary>
|
|
/// Gets or sets the DisableSharing
|
|
/// </summary>
|
|
public bool DisableSharing { get; set; }
|
|
}
|
|
} |