IBot.ManifestUrl 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.
The bot's manifest url
[Microsoft.Azure.PowerShell.Cmdlets.BotService.Runtime.Info(Description="The bot's manifest url", PossibleTypes=new System.Type[] { typeof(System.String) }, ReadOnly=false, Required=false, SerializedName="manifestUrl")]
public string ManifestUrl { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.BotService.Runtime.Info(Description="The bot's manifest url", PossibleTypes=new System.Type[] { typeof(System.String) }, ReadOnly=false, Required=false, SerializedName="manifestUrl")>]
member this.ManifestUrl : string with get, set
Public Property ManifestUrl As String
Property Value
- Attributes