DeclarativeType<T> 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.
TypeRegistration of Kind => type using generic.
public class DeclarativeType<T> : Microsoft.Bot.Builder.Dialogs.Declarative.DeclarativeType
	type DeclarativeType<'T> = class
    inherit DeclarativeType
	Public Class DeclarativeType(Of T)
Inherits DeclarativeType
    Type Parameters
- T
 
type.
- Inheritance
 
Constructors
| DeclarativeType<T>(String) | 
		 Initializes a new instance of the DeclarativeType<T> class.  | 
        	
Properties
| CustomDeserializer | 
		 Gets or sets an optional custom deserializer for this type. (Inherited from DeclarativeType) | 
        	
| Kind | 
		 Gets or sets the declarative id for this type. (Inherited from DeclarativeType) | 
        	
| Type | 
		 Gets or sets the type for this registration. (Inherited from DeclarativeType) |