ISolutionPatchRequestBody.Content 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 HTML content that needs to be rendered and shown to customer.
[Microsoft.Azure.PowerShell.Cmdlets.SelfHelp.Runtime.Info(Create=false, Description="The HTML content that needs to be rendered and shown to customer.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=true, Required=false, SerializedName="content", Update=false)]
public string Content { get; }
[<Microsoft.Azure.PowerShell.Cmdlets.SelfHelp.Runtime.Info(Create=false, Description="The HTML content that needs to be rendered and shown to customer.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=true, Required=false, SerializedName="content", Update=false)>]
member this.Content : string
Public ReadOnly Property Content As String
Property Value
- Attributes