IBot.MsaAppType Property
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.
Microsoft App Type for the bot
[Microsoft.Azure.PowerShell.Cmdlets.BotService.Runtime.Info(Description="Microsoft App Type for the bot", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.BotService.Support.MsaAppType) }, ReadOnly=false, Required=false, SerializedName="msaAppType")]
public Microsoft.Azure.PowerShell.Cmdlets.BotService.Support.MsaAppType? MsaAppType { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.BotService.Runtime.Info(Description="Microsoft App Type for the bot", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.BotService.Support.MsaAppType) }, ReadOnly=false, Required=false, SerializedName="msaAppType")>]
member this.MsaAppType : Nullable<Microsoft.Azure.PowerShell.Cmdlets.BotService.Support.MsaAppType> with get, set
Public Property MsaAppType As Nullable(Of MsaAppType)
Property Value
- Attributes