Skip to content

RegisterProviderAttribute Properties

When applied to a type, indicates that the type is a provider and that it should be automatically registered.

Kind

get
View source
public string Kind
Gets the kind of the provider, for example, "Clustering", "Reminders".

Name

get
View source
public string Name
Gets the provider name, for example, "AzureTableStorage".

Target

get
View source
public string Target
Gets the type used to configure the provider, for example, "Server", "Client".

Type

get
View source
public Type Type
Gets the type used to configure the provider.