DescribeAttribute 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.
Attribute to override the default description of a field, property or enum value.
[System.AttributeUsage(System.AttributeTargets.Enum | System.AttributeTargets.Field | System.AttributeTargets.Property)]
[System.Serializable]
public class DescribeAttribute : Microsoft.Bot.Builder.FormFlow.FormFlowAttribute
[<System.AttributeUsage(System.AttributeTargets.Enum | System.AttributeTargets.Field | System.AttributeTargets.Property)>]
[<System.Serializable>]
type DescribeAttribute = class
inherit FormFlowAttribute
Public Class DescribeAttribute
Inherits FormFlowAttribute
- Inheritance
- Attributes
Constructors
DescribeAttribute(String, String, String, String, String) |
Description for field, property or enum value. |
Fields
Description |
Description of the field, property or enum to use in templates and choices. |
Image |
URL of image to use when creating cards or buttons. |
Message |
Message to return when a button is pressed in a card. |
SubTitle |
SubTitle when a card is generated from description. |
Title |
Title when a card is generated from description. |
Properties
IsLocalizable |
True if attribute is localizable. (Inherited from FormFlowAttribute) |