Class SoundSchemeAttribute
  
  
  
    Inheritance
    
    
    SoundSchemeAttribute
   
  
  
  Assembly: SociallyDistant.Framework.dll
  Syntax
  
    [AttributeUsage(AttributeTargets.Class, AllowMultiple = false)]
public sealed class SoundSchemeAttribute : Attribute
   
  Constructors
  
  SoundSchemeAttribute(string, string)
  
  
  Declaration
  
    public SoundSchemeAttribute(string id, string name)
   
  Parameters
  
  Properties
  
  DisplayName
  
  
  Declaration
  
    public string DisplayName { get; }
   
  Property Value
  
  
  Id
  
  
  Declaration
  
    public string Id { get; }
   
  Property Value
  
  
  Licensed
  
  
  Declaration
  
    public bool Licensed { get; set; }
   
  Property Value