RegisterProviderAttribute Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
When applied to a type, indicates that the type is a provider and that it should be automatically registered.
[System.AttributeUsage(System.AttributeTargets.Assembly, AllowMultiple=true)]
public sealed class RegisterProviderAttribute : Attribute
[<System.AttributeUsage(System.AttributeTargets.Assembly, AllowMultiple=true)>]
type RegisterProviderAttribute = class
inherit Attribute
Public NotInheritable Class RegisterProviderAttribute
Inherits Attribute
- Inheritance
-
RegisterProviderAttribute
- Attributes
Constructors
RegisterProviderAttribute(String, String, String, Type) |
When applied to a type, indicates that the type is a provider and that it should be automatically registered. |
Properties
Kind |
Gets the kind of the provider, for example, |
Name |
Gets the provider name, for example, |
Target |
Gets the type used to configure the provider, for example, |
Type |
Gets the type used to configure the provider. |