ServicingJobData.ServicingTokensValue Property

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>[]

.NET Framework Security

See Also

Reference

ServicingJobData Class

Microsoft.TeamFoundation.Framework.Server Namespace