Click or drag to resize

ApiServiceProviderAttribute Properties

The ApiServiceProviderAttribute type exposes the following members.

Properties
 NameDescription
Public propertyBehaviorType Gets or sets the contract type
Public propertyConfiguration Gets or sets the configuration type
(Inherited from ServiceProviderAttribute)
Public propertyDependencies Gets or sets the dependencies of this service
(Inherited from ServiceProviderAttribute)
Public propertyName Gets the name of the service
(Inherited from ServiceProviderAttribute)
Public propertyRequired Required services must be present when the service starts up
(Inherited from ServiceProviderAttribute)
Public propertyServiceType Gets the service type
Public propertyType Service type
(Inherited from ServiceProviderAttribute)
Public propertyTypeIdWhen implemented in a derived class, gets a unique identifier for this Attribute.
(Inherited from Attribute)
Top
See Also