Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Returns the CookieCollection contained within this token. For internal use only.
Namespace: Microsoft.TeamFoundation.Client
Assembly: Microsoft.TeamFoundation.Client (in Microsoft.TeamFoundation.Client.dll)
Syntax
'Declaration
Public ReadOnly Property CookieCollection As CookieCollection
public CookieCollection CookieCollection { get; }
public:
property CookieCollection^ CookieCollection {
CookieCollection^ get ();
}
member CookieCollection : CookieCollection with get
function get CookieCollection () : CookieCollection
Property Value
Type: System.Net.CookieCollection
Returns CookieCollection.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.