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