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