Share via


IMarkdownPartMetadata.SettingMarkdownSource Property

Definition

The source of the content of the markdown part.

[Microsoft.Azure.PowerShell.Cmdlets.Portal.Runtime.Info(Create=true, Description="The source of the content of the markdown part.", PossibleTypes=new System.Type[] { typeof(System.Int32) }, Read=true, ReadOnly=false, Required=false, SerializedName="markdownSource", Update=true)]
public int? SettingMarkdownSource { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Portal.Runtime.Info(Create=true, Description="The source of the content of the markdown part.", PossibleTypes=new System.Type[] { typeof(System.Int32) }, Read=true, ReadOnly=false, Required=false, SerializedName="markdownSource", Update=true)>]
member this.SettingMarkdownSource : Nullable<int> with get, set
Public Property SettingMarkdownSource As Nullable(Of Integer)

Property Value

Attributes

Applies to