ServicingJobData.ServicingItemsValue Property

Note: These should not be changed, they are the serialized form of the ServicingItems Dictionary.

Namespace:  Microsoft.TeamFoundation.Framework.Server
Assembly:  Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)

Syntax

'Declaration
Public Property ServicingItemsValue As KeyValue(Of String, Object)()
public KeyValue<string, Object>[] ServicingItemsValue { get; set; }
public:
property array<KeyValue<String^, Object^>^>^ ServicingItemsValue {
    array<KeyValue<String^, Object^>^>^ get ();
    void set (array<KeyValue<String^, Object^>^>^ value);
}
member ServicingItemsValue : KeyValue<string, Object>[] with get, set
function get ServicingItemsValue () : KeyValue<String, Object>[]
function set ServicingItemsValue (value : KeyValue<String, Object>[])

Property Value

Type: array<Microsoft.TeamFoundation.Framework.Server.KeyValue<String, Object>[]
Returns KeyValue<TKeyType, TValueType>.

.NET Framework Security

See Also

Reference

ServicingJobData Class

Microsoft.TeamFoundation.Framework.Server Namespace