IReportServerConnection2.Cookies Property

Definition

public:
 property System::Collections::Generic::IEnumerable<System::Net::Cookie ^> ^ Cookies { System::Collections::Generic::IEnumerable<System::Net::Cookie ^> ^ get(); };
public System.Collections.Generic.IEnumerable<System.Net.Cookie> Cookies { get; }
member this.Cookies : seq<System.Net.Cookie>
Public ReadOnly Property Cookies As IEnumerable(Of Cookie)

Property Value

Applies to