Share via


ResponseHeaderConfiguration.ResponseHeaders Property

Definition

public:
 property System::Collections::Generic::Dictionary<System::String ^, System::String ^> ^ ResponseHeaders { System::Collections::Generic::Dictionary<System::String ^, System::String ^> ^ get(); void set(System::Collections::Generic::Dictionary<System::String ^, System::String ^> ^ value); };
[System.Runtime.Serialization.DataMember(Order=0)]
public System.Collections.Generic.Dictionary<string,string> ResponseHeaders { get; set; }
member this.ResponseHeaders : System.Collections.Generic.Dictionary<string, string> with get, set
Public Property ResponseHeaders As Dictionary(Of String, String)

Property Value

Attributes

Applies to