Share via


ISolutionPatchRequestBody.Section Property

Definition

List of section object.

[Microsoft.Azure.PowerShell.Cmdlets.SelfHelp.Runtime.Info(Create=false, Description="List of section object.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.SelfHelp.Models.ISection) }, Read=true, ReadOnly=true, Required=false, SerializedName="sections", Update=false)]
public System.Collections.Generic.List<Microsoft.Azure.PowerShell.Cmdlets.SelfHelp.Models.ISection> Section { get; }
[<Microsoft.Azure.PowerShell.Cmdlets.SelfHelp.Runtime.Info(Create=false, Description="List of section object.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.SelfHelp.Models.ISection) }, Read=true, ReadOnly=true, Required=false, SerializedName="sections", Update=false)>]
member this.Section : System.Collections.Generic.List<Microsoft.Azure.PowerShell.Cmdlets.SelfHelp.Models.ISection>
Public ReadOnly Property Section As List(Of ISection)

Property Value

Attributes

Applies to