ServicingJobData.ServicingTokensValue Property
Note: These should not be changed; they are the serialized form of the ServicingTokens Dictionary.
Namespace: Microsoft.TeamFoundation.Framework.Server
Assembly: Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)
Syntax
'Declaration
Public Property ServicingTokensValue As KeyValue(Of String, String)()
public KeyValue<string, string>[] ServicingTokensValue { get; set; }
public:
property array<KeyValue<String^, String^>^>^ ServicingTokensValue {
array<KeyValue<String^, String^>^>^ get ();
void set (array<KeyValue<String^, String^>^>^ value);
}
member ServicingTokensValue : KeyValue<string, string>[] with get, set
function get ServicingTokensValue () : KeyValue<String, String>[]
function set ServicingTokensValue (value : KeyValue<String, String>[])
Property Value
Type: array<Microsoft.TeamFoundation.Framework.Server.KeyValue<String, String>[]
Returns KeyValue<TKeyType, TValueType>.
.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.