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

See Also

Reference

ServicingContext Class

Microsoft.TeamFoundation.Framework.Server Namespace