PropertyPaneLabelProperties 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.
SharePoint property pane label properties object.
public class PropertyPaneLabelProperties : Microsoft.Bot.Schema.SharePoint.IPropertyPaneFieldProperties
type PropertyPaneLabelProperties = class
interface IPropertyPaneFieldProperties
Public Class PropertyPaneLabelProperties
Implements IPropertyPaneFieldProperties
- Inheritance
-
PropertyPaneLabelProperties
- Implements
Constructors
PropertyPaneLabelProperties() |
Initializes a new instance of the PropertyPaneLabelProperties class. |
Properties
Required |
Gets or Sets a value indicating whether the associated form field is required or not. of type Boolean. |
Text |
Gets or Sets the display text for the label of type String. |