Share via


IMarkdownPartMetadata.Content Property

Definition

The content of the markdown part.

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

Property Value

Attributes

Applies to