ServicingContext.Tokens Property
Namespace: Microsoft.TeamFoundation.Framework.Server
Assembly: Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)
Syntax
'Declaration
Public ReadOnly Property Tokens As IDictionary(Of String, String)
public IDictionary<string, string> Tokens { get; }
public:
property IDictionary<String^, String^>^ Tokens {
IDictionary<String^, String^>^ get ();
}
member Tokens : IDictionary<string, string> with get
function get Tokens () : IDictionary<String, String>
Property Value
Type: System.Collections.Generic.IDictionary<String, String>
Returns IDictionary<TKey, TValue>.
.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.