Condividi tramite


IDiagnosticData.RenderingPropertyType Property

Definition

Rendering Type

[Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Info(Description="Rendering Type", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.RenderingType) }, ReadOnly=false, Required=false, SerializedName="type")]
public Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.RenderingType? RenderingPropertyType { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Info(Description="Rendering Type", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.RenderingType) }, ReadOnly=false, Required=false, SerializedName="type")>]
member this.RenderingPropertyType : Nullable<Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.RenderingType> with get, set
Public Property RenderingPropertyType As Nullable(Of RenderingType)

Property Value

Attributes

Applies to