AgentServiceRegistrationAttribute 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.
Declares an Agents SDK extension service registrar.
[System.AttributeUsage(System.AttributeTargets.Assembly, AllowMultiple=true)]
public sealed class AgentServiceRegistrationAttribute : Attribute
[<System.AttributeUsage(System.AttributeTargets.Assembly, AllowMultiple=true)>]
type AgentServiceRegistrationAttribute = class
inherit Attribute
Public NotInheritable Class AgentServiceRegistrationAttribute
Inherits Attribute
- Inheritance
-
AgentServiceRegistrationAttribute
- Attributes
Constructors
| Name | Description |
|---|---|
| AgentServiceRegistrationAttribute(Type) |
Declares an Agents SDK extension service registrar. |
Properties
| Name | Description |
|---|---|
| RegistrarType |
Gets the extension service registrar type. |