ConnectedServiceProviderExportAttribute Class

Definition

Specifies that a type provides a ConnectedServiceProvider export.

public ref class ConnectedServiceProviderExportAttribute sealed : System::ComponentModel::Composition::ExportAttribute
[System.AttributeUsage(System.AttributeTargets.Class, AllowMultiple=false)]
[System.ComponentModel.Composition.MetadataAttribute]
public sealed class ConnectedServiceProviderExportAttribute : System.ComponentModel.Composition.ExportAttribute
[<System.AttributeUsage(System.AttributeTargets.Class, AllowMultiple=false)>]
[<System.ComponentModel.Composition.MetadataAttribute>]
type ConnectedServiceProviderExportAttribute = class
    inherit ExportAttribute
Public NotInheritable Class ConnectedServiceProviderExportAttribute
Inherits ExportAttribute
Inheritance
ConnectedServiceProviderExportAttribute
Attributes

Constructors

ConnectedServiceProviderExportAttribute(String)

Initializes a new instance of the ConnectedServiceProviderExportAttribute class.

Properties

ProviderId

Gets the unique Provider ID for the provider/handler. This is used to match a provider with its handlers.

SupportsUpdate

Gets or sets a value indicating whether the ConnectedServiceProvider is capable of updating an existing connected service.

Applies to