Share via


IConfiguration.CorPolicyExposeHeader Property

Definition

[Microsoft.Azure.PowerShell.Cmdlets.App.Runtime.Info(Create=true, Description="Specifies the content for the access-control-expose-headers header ", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="exposeHeaders", Update=true)]
public System.Collections.Generic.List<string> CorPolicyExposeHeader { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.App.Runtime.Info(Create=true, Description="Specifies the content for the access-control-expose-headers header ", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="exposeHeaders", Update=true)>]
member this.CorPolicyExposeHeader : System.Collections.Generic.List<string> with get, set
Public Property CorPolicyExposeHeader As List(Of String)

Property Value

Attributes

Applies to