DekGenius.com
[ Team LiB ] Previous Section Next Section

LicenseProviderAttribute

System.ComponentModel (system.dll)sealed class

This attribute is used to adorn a class with information about the LicenseProvider that will provide a suitable License for that class.

See LicenseManager for more information on license management.

public sealed class LicenseProviderAttribute : Attribute {
// Public Constructors
   public LicenseProviderAttribute();
   public LicenseProviderAttribute(string typeName);
   public LicenseProviderAttribute(Type type);
// Public Static Fields
   public static readonly LicenseProviderAttribute Default;  // =System.ComponentModel.LicenseProviderAttribute
// Public Instance Properties
   public Type LicenseProvider{get; }
   public override object TypeId{get; }
// overrides Attribute
// Public Instance Methods
   public override bool Equals(object value);  // overrides Attribute
   public override int GetHashCode();  // overrides Attribute
}

Hierarchy

System.Object System.Attribute LicenseProviderAttribute

Valid On

Class

    [ Team LiB ] Previous Section Next Section