ConnectedServiceProviderExportAttribute 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.
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. |