Share via


ISolutionResourceSelfHelp.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.ISectionSelfHelp) }, Read=true, ReadOnly=true, Required=false, SerializedName="sections", Update=false)]
public System.Collections.Generic.List<Microsoft.Azure.PowerShell.Cmdlets.SelfHelp.Models.ISectionSelfHelp> 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.ISectionSelfHelp) }, Read=true, ReadOnly=true, Required=false, SerializedName="sections", Update=false)>]
member this.Section : System.Collections.Generic.List<Microsoft.Azure.PowerShell.Cmdlets.SelfHelp.Models.ISectionSelfHelp>
Public ReadOnly Property Section As List(Of ISectionSelfHelp)

Property Value

Attributes

Applies to