IMarkdownPartMetadata.SettingTitle 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 title of the markdown part.
[Microsoft.Azure.PowerShell.Cmdlets.Portal.Runtime.Info(Create=true, Description="The title of the markdown part.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="title", Update=true)]
public string SettingTitle { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Portal.Runtime.Info(Create=true, Description="The title of the markdown part.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="title", Update=true)>]
member this.SettingTitle : string with get, set
Public Property SettingTitle As String
Property Value
- Attributes