ServicingJobData.ServicingTokens Property
Namespace: Microsoft.TeamFoundation.Framework.Server
Assembly: Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)
Syntax
声明
Public Property ServicingTokens As IDictionary(Of String, String)
Get
Set
public IDictionary<string, string> ServicingTokens { get; set; }
public:
property IDictionary<String^, String^>^ ServicingTokens {
IDictionary<String^, String^>^ get ();
void set (IDictionary<String^, String^>^ value);
}
member ServicingTokens : IDictionary<string, string> with get, set
function get ServicingTokens () : IDictionary<String, String>
function set ServicingTokens (value : IDictionary<String, String>)
Property Value
Type: System.Collections.Generic.IDictionary<String, String>
.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.